1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/templates/index.swig
nokonoko ee3976f997 exclude js faq & tools
The FAQ & Tools page does not use JS so it should not include it.
2021-06-27 15:17:20 +02:00

12 lines
389 B
Plaintext

{% extends "layout_index.swig" %}
{% block body %}
<div class="jumbotron">
<h1>{{siteName}}~</h1>
<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>
{% include "upload_form.swig" %}
</div>
{% include "banners.swig" %}
{% include "nav.swig" %}
{% endblock %}