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

Welcome to Exordium!

Recently-Added Albums

{% render_table album_list "exordium/table.html" %} {% endblock %}