{% block head %} {{ now.strftime('%B %Y') }} Directory {% for sheet in stylesheets %} {% endfor %} {% endblock %} {% block cover %}
{% include 'includes/sections/cover.html' %}
{% endblock %} {% block contact %}
{% include 'includes/sections/contact.html' %}
{% endblock %} {% block codes %} {% if config.meetingcodes %}
{% include 'includes/sections/codes.html' %}
{% endif %} {% endblock %} {% block misc %}
{% include 'includes/sections/misc.html' %}
{% endblock %} {% block regions %} {% if config.zipcodes %}
{% include 'includes/sections/regions.html' %}
{% endif %} {% endblock %} {% block index %}
{% include 'includes/sections/index.html' %}
{% endblock %} {% block list %} {% include 'includes/sections/list.html' %} {% endblock %} {% block readings %}
{% include 'includes/sections/readings.html' %}
{% endblock %} {% block notes %}
{% include 'includes/sections/notes.html' %}
{% endblock %}