aff5e729 Jonni Liljamo
1 year, 1 month ago
1 2 3 4 5 6 7 8 9 10 11 12 13
{% extends "layouts/base.html" %} {% block content %} <p>{{ section.title }}</p> {% if section.pages %} <p>has logs</p> {% for page in section.pages %} <a href={{ page.permalink }}>{{ page.title }}</a> {% endfor %} {% endif %} {% endblock content %}