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/misaki/global/information.tpl

10 lines
318 B
Smarty
Executable file

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