{% block head %}
{{ now.strftime('%B %Y') }} Directory
{% block sheets %} {% for sheet in stylesheets %} {% endfor %} {% endblock %}
{% endblock %} {% block body %} {% include 'includes/sections/cover.html' %} {% for section in config.sections %} {% include 'includes/sections/' + section + '.html' %} {% endfor %} {% include 'includes/sections/backcover.html' %} {% endblock %}