]> git.ipfire.org Git - ipfire.org.git/blob - templates/planet/base.html
Show SSL protocol (and possibly cipher) in page footer
[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 %}