{# vim: set syntax=htmldjango: #} {% extends "exordium/base.html" %} {% load render_table from django_tables2 %} {% block body %} {% render_table table "exordium/table.html" %} {% endblock %}