{% extends "base.html" %} {% block title %}{{ SITENAME }} — Map{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block navleft %} {{ super() }} {% endblock navleft %} {% block body %} {{ super() }} Points of interest An overview of the points of interest within the publication. entrance roots of Alchorisma {% for article in articles %} {% if article.category != "roots" %} {% if article.category %} {{ article.category }} {% endif %} {{ article.title }} By {{ article.authors|join(', ') }} {{ article.summary }} {% endif %} {% endfor %} {% endblock body %}
An overview of the points of interest within the publication.