seria/templates/index.twig

11 lines
571 B
Twig

{% extends 'master.twig' %}
{% block content %}
<div class="index">
<h2>Welcome to the {{ globals.site_info.name }}!</h2>
<p>This tracker is provided as a central download repository for files relevant to the community.</p>
<p>Among intended uses are archives and modifications. Some downloads are only available to authenticated users. Stats only function as Internet Points and won't incur repercussions if bad. Certain users are able to submit downloads for approval.</p>
<p>Please enjoy responsibly!</p>
</div>
{% endblock %}