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

6 lines
151 B
Smarty
Raw Normal View History

2015-04-01 17:25:14 +00:00
{% include 'global/header.tpl' %}
<div class="content standalone markdown">
{{ page.parsed }}
</div>
{% include 'global/footer.tpl' %}