{% extends 'django_tables2/semantic.html' %} {# Change back to after demo: extends 'django_tables2/table.html' #} {# example of how to extend the table template #} {% block table.tbody.row %} {{ block.super }} {% endblock %}