{% include '_head.html' %} {% include '_header.html' %}
{% block page_content %} {% if 'db_list' in page.keys() %} {% include '_list.html' %} {% elif page.type == 'database' %} {% include '_gallery.html' %} {% else %} {{ content }} {% endif %} {% endblock page_content %}
{% block footer %} {% if site["include_footer"] %} {% include '_footer.html' %} {% endif %} {% endblock footer %} {% if site.search_index %} {% endif %}