]> git.ipfire.org Git - ipfire.org.git/blob - templates/planet/base.html
be96d4ffd36d0cc3df7f57a944a01faf1c6ff65f
[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 %}