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