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/_sakura/templates/yuuno/global/information.tpl
flashwave e67be33619 r20150905
Signed-off-by: Flashwave <me@flash.moe>
2015-09-05 18:11:04 +02:00

13 lines
390 B
Smarty

{% extends 'global/master.tpl' %}
{% block content %}
<div class="content standalone">
<div>
<h1>Information</h1>
<hr class="default" />
{{ page.message }}
{% if page.redirect %}<br /><a href="{{ page.redirect }}" class="default">Click here if you aren't being redirected.</a>{% endif %}
</div>
</div>
{% endblock %}