mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 23:53:31 -05:00
10 lines
364 B
Plaintext
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}} 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 %} |