]> git.ipfire.org Git - ipfire.org.git/blame - templates/wishlist/base.html
wishlist: Add jumbotron.
[ipfire.org.git] / templates / wishlist / base.html
CommitLineData
2b0d3052
MT
1{% extends "../base-1.html" %}
2
3{% block header %}
4 <header class="jumbotron subhead" id="overview">
5 <div class="container">
6 <h1>{{ _("IPFire Wishlist") }}</h1>
7 <p class="lead">
8 {{ _("Crowd funding for the IPFire project") }}
9 </p>
10 </div>
11 </header>
12{% end header %}