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