sugoi/templates/index.swig
nokonoko d8c46ff78a new uguu code
This is the code that uguu.se is running, based off Pomf.
2020-11-18 12:54:47 +01:00

12 lines
358 B
Plaintext

{% extends "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 "upload_form.swig" %}
</div>
{% include "banners.swig" %}
{% include "nav.swig" %}
{% endblock %}