]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/planet/base.html
Update planet to use the new layout.
[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 class="lead">{{ _("The official blog of the IPFire team") }}</p>
8 </div>
9 </header>
10 {% end header %}