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/templates/yuuno/global/information.twig

15 lines
420 B
Twig
Raw Normal View History

2016-01-04 20:14:09 +00:00
{% extends 'global/master.twig' %}
{% block title %}Information{% endblock %}
{% block content %}
<div class="content standalone">
<div>
<h1>Information</h1>
<hr class="default" />
2016-03-27 21:18:57 +00:00
{{ message }}
{% if redirect %}<br /><a href="{{ redirect }}" class="default">Click here if you aren't being redirected.</a>{% endif %}
</div>
</div>
{% endblock %}