]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/news-item.html
Rewrite geo load balancing.
[people/shoehn/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
6b6308b0 10 {% module NewsItem(item, show_heading=False) %}
940227cb 11{% end block %}