]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/news-item.html
Fix calculation of the network stats.
[people/shoehn/ipfire.org.git] / www / templates / news-item.html
CommitLineData
940227cb
MT
1{% extends "base-2.html" %}
2
3{% block title %}{{ item.title }}{% end block %}
4
5{% block content %}
6<!-- <h2>{{ item.title }}</h2>
7 <div class="post_info">
8 {{ locale.format_date(item.date) }} {{ _("by") }}
9 <a href="/author/{{ item.author_id }}">{{ item.author }}</a>
10 </div>
11
12 {{ item.text }} -->
13
14 {{ modules.NewsItem(item, uncut=True) }}
15{% end block %}
16
17{% block sidebar %}
18 <h4>other options</h4>
de683d7c 19 <ul class="list">
940227cb
MT
20 <li><a href="/news">{{ _("Show all news") }}</a></li>
21 </ul>
22{% end block %}