6 lines
268 B
Twig
6 lines
268 B
Twig
{% extends '@yuuno/master.twig' %}
|
|
|
|
{% block content %}
|
|
<h1 style="text-align: center; margin: 2em auto;">I'll actually make reporting a thing, someday...</h1>
|
|
<h3 style="text-align: center; margin: 2em auto;">...but today is not that day.</h3>
|
|
{% endblock %}
|