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

15 lines
423 B
Twig
Raw Normal View History

2016-07-31 19:36:13 +00:00
{% extends 'master.twig' %}
2016-07-31 01:32:37 +00:00
{% set title = 'Information' %}
{% block content %}
2016-11-08 19:56:37 +00:00
<div class="content content--alt">
<div>
<h1>Information</h1>
<hr class="default">
2016-11-04 16:45:53 +00:00
{{ message|default('') }}
{% if redirect is defined %}<br><a href="{{ redirect }}" class="default">Click here if you aren't being redirected.</a>{% endif %}
</div>
</div>
{% endblock %}