]> git.ipfire.org Git - ipfire.org.git/blob - templates/news-item.html
Remove obsolete pakfire CGI scripts.
[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 {{ modules.NewsItem(item, show_heading=False) }}
11 {% end block %}