]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/templates/base-form2.html
Use autotools
[people/jschlag/pbs.git] / src / templates / base-form2.html
1 {% extends "base.html" %}
2
3 {% block container %}
4 <div class="container container-body" style="width: 460px">
5 {% block body %}{% end block %}
6 </div>
7 {% end block %}