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