]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/news.html
Initial checkin.
[people/shoehn/ipfire.org.git] / www / templates / news.html
1 {% extends "base.html" %}
2
3 {% block content %}
4 {% for item in news.get() %}
5 {{ modules.NewsItem(item) }}
6 {% end %}
7 {% end block %}