{% import "artinfo.html" as artinfo %} {% extends "base.html" %} {% set title = "archive" %} {% block content %}

Blog Archive

{% for article in get_module("news").articles|reverse %} {{ artinfo.info(article, "b") }} {% endfor %}
{% endblock content %}