]> jfr.im git - irc/freenode/web-7.0.git/blob - templates/artlist.html
fix every problem with the footer ever
[irc/freenode/web-7.0.git] / templates / artlist.html
1 {% extends "base.html" %}
2 {% set title = "archive" %}
3 {% block content %}
4 {% for article in get_module("news").articles %}
5 <div class="art">
6 <p><a href="{{ article.url }}"><b class="art">{{ article.title }}</b></a>&nbsp;
7 <span class="art-date">{{ article.datetime }} by {{ article.author }}</span></p>
8 </div>
9 {% endfor %}
10 {% endblock content %}