{% extends "base.html" %} {% block navbar %} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% macro delete_button(type, title, id) -%} {%- endmacro %} {% block content %}

Sidor

{% for page in pages recursive %}
/{{ page.permalink }} - {{ page.title }} {% if page.endpoint %} {% else %} {% endif %} {% if page.id != 1 %} {% if not page.children %} {{ delete_button('page', page.title, page.id) }} {% endif %} {% endif %}
{% if page.children %}
{{ loop(page.children) }}
{% endif %} {% endfor %}

Foton

Ladda upp foto
{% for photo in photos %}
{% endfor %}
{% endblock %} {% block scripts %} {{super()}} {% endblock %}