]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/planet/base.html
da6c70acd0942964daa9749e9e162fe81cf4c1c8
[people/shoehn/ipfire.org.git] / templates / planet / base.html
1 {% extends "../base.html" %}
2
3 {% block header %}
4 <header class="jumbotron subhead" id="overview">
5 <div class="container">
6 <h1>{{ _("IPFire Planet") }}</h1>
7 <p>
8 {% block subtitle %}
9 {{ _("The official blog of the IPFire team") }}
10 {% end block %}
11 </p>
12 </div>
13 </header>
14 {% end block %}