]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/news-item.html
Bug 11338: modified sizes
[people/shoehn/ipfire.org.git] / templates / news-item.html
1 {% extends "base-1.html" %}
2
3 {% block title %}{{ item.title }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ item.title }}</h1>
8 </div>
9
10 {% module NewsItem(item, show_heading=False) %}
11 {% end block %}