546 B
546 B
{% extends 'beetroot/page_with_header.html' %}
{% block title %}{{ active_page.title }} - {% endblock %}
{% block linkto_about %}{% endblock %}
{% block linkto_donate %}{% endblock %}
{% block content %}
-
{% for pagename, locale, page in all_pages %}
- {{page.title}} {% endfor %}
{{- active_page.html | safe -}}
{% endblock %}