thebadspace/templates/front/exports.twig

12 lines
304 B
Twig
Raw Normal View History

{% extends "base/frame.twig" %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
{% endblock %}
{% block main %}
<section role="exports">
<h1>File Exports</h1>
<a href="/exports/mastodon">For Mastodon</a>
</section>
{% endblock %}