]> git.ipfire.org Git - ipfire.org.git/blame - templates/news-item.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / news-item.html
CommitLineData
60024cc8 1{% extends "base-1.html" %}
940227cb
MT
2
3{% block title %}{{ item.title }}{% end block %}
4
60024cc8
MT
5{% block body %}
6 <div class="page-header">
7 <h1>{{ item.title }}</h1>
940227cb
MT
8 </div>
9
60024cc8 10 {{ modules.NewsItem(item, show_heading=False) }}
940227cb 11{% end block %}