{% 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 %} {% for x in range(config.notes_pages) %}
{% include 'includes/sections/notes.html' %}
{% endfor %} {% endblock %} {% block backcover %}
{% include 'includes/sections/backcover.html' %}
{% endblock %}