]> jfr.im git - uguu.git/blob - templates/index.swig
exclude js faq & tools
[uguu.git] / templates / index.swig
1 {% extends "layout_index.swig" %}
2
3 {% block body %}
4 <div class="jumbotron">
5 <h1>{{siteName}}~</h1>
6 <p class="lead">Max upload size is {{max_upload_size}}&nbsp;MiB & files expire after 24H, read the <a href="faq.html"><abbr title="Frequently asked questions">FAQ</abbr></a></p>
7 {% include "upload_form.swig" %}
8 </div>
9 {% include "banners.swig" %}
10 {% include "nav.swig" %}
11 {% endblock %}