]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/base-2.html
Donation page responsivness
[people/shoehn/ipfire.org.git] / templates / base-2.html
1 {% extends "base.html" %}
2
3 {% block body %}
4 <div>
5 <div class="col-lg-9 col-md-9">
6 {% block bodyA %}{% end block %}
7 </div>
8
9 <div class="col-lg-3 col-md-3">
10 {% block bodyB %}{% end block %}
11 </div>
12 </div>
13 {% end block %}