forked from gitbot/uguu
ee3976f997
The FAQ & Tools page does not use JS so it should not include it.
12 lines
389 B
Plaintext
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}} 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 %}
|