]> jfr.im git - irc/freenode/web-7.0.git/blame - templates/artlist.html
Add new footer structure and placeholder pages
[irc/freenode/web-7.0.git] / templates / artlist.html
CommitLineData
b9f1cb69 1{% import "artinfo.html" as artinfo %}
a83151a0 2{% extends "base.html" %}
8256a74e 3{% set title = "archive" %}
a83151a0 4{% block content %}
3c85891e 5<div class="artlist main">
75abbf17 6{% for article in get_module("news").articles|reverse %}
512215ac 7 {{ artinfo.info(article, "b") }}
8256a74e 8{% endfor %}
68db9c3c 9</div>
a83151a0 10{% endblock content %}