{{ page.title }}
{% endblock page_title %}
{% block page_date %}
{% endblock page_date %}
{% if page.type == 'db_entry' %}
{% if page.properties_md|length > 1 %}
{% block page_properties %}
{% include '_properties_table.html' %}
{% endblock page_properties %}
{% endif %}
{% endif %}
{% endblock page_header %}
{% 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 %}