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/main/infopage.tpl

12 lines
290 B
Smarty
Raw Normal View History

{% extends 'global/master.tpl' %}
{% block title %}{% if page.title %}{{ page.title }}{% else %}Not found!{% endif %}{% endblock %}
{% block content %}
2015-04-01 17:25:14 +00:00
<div class="content standalone markdown">
<div>
{{ page.content|raw }}
</div>
2015-04-01 17:25:14 +00:00
</div>
{% endblock %}