]> jfr.im git - irc/freenode/web-7.0.git/blob - templates/artlist.html
Footer structure modified + styling changed
[irc/freenode/web-7.0.git] / templates / artlist.html
1 {% import "artinfo.html" as artinfo %}
2 {% extends "base.html" %}
3 {% set title = "archive" %}
4 {% block content %}
5 <div class="artlist main">
6 {% for article in get_module("news").articles|reverse %}
7 {{ artinfo.info(article, "b") }}
8 {% endfor %}
9 </div>
10 {% endblock content %}