1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 11:11:22 -04:00
shimapan/templates/index.swig
2016-08-14 10:21:53 -04:00

10 lines
364 B
Plaintext

{% extends "../includes/layout.swig" %}
{% block body %}
<div class="jumbotron">
<h1>{{siteName}}~</h1>
<p class="lead">Max upload size is {{max_upload_size}}&nbsp;MiB, read the <a href="faq.html"><abbr title="Frequently asked questions">FAQ</abbr></a></p>
{% include "../includes/upload_form.swig" %}
</div>
{% include "../includes/nav.swig" %}
{% endblock %}