archives/archives/templates/index.html.j2

22 lines
321 B
Django/Jinja

{% extends "files.html.j2" %}
{% block text %}
<div class="pagetitle">SUDO.IS ARCHIVES</div>
<div class="terminal">
<p>
welcome to the <a href="https://www.sudo.is">sudo.is</a>
archives.
</p>
<p>
the contents here are largly unsorted or curated.
</p>
</div>
{% endblock %}