{% extends "base.html" %} {% block content %}

{{ page.title }}

{{ page.description | markdown }}
{% if page.endpoint %}
    {% for p in page.photos %}
  • {{ p.alt }}
  • {% endfor %}
{% else %}
{% for c in page.children %} {% endfor %}
{% endif %}
{% endblock %} {% block scripts %} {{super()}} {% endblock %}