This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/views/yuuno/global/information.twig
2016-11-09 19:32:23 +01:00

15 lines
391 B
Twig

{% extends 'master.twig' %}
{% set title = 'Information' %}
{% block content %}
<div class="content content--alt">
<div>
<h1>Information</h1>
<hr>
{{ message|default('') }}
{% if redirect is defined %}<br><a href="{{ redirect }}">Click here if you aren't being redirected.</a>{% endif %}
</div>
</div>
{% endblock %}