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
flashwave 2c109cdef5 r20150907
Signed-off-by: Flashwave <me@flash.moe>
2015-09-07 22:53:47 +02:00

12 lines
290 B
Smarty

{% extends 'global/master.tpl' %}
{% block title %}{% if page.title %}{{ page.title }}{% else %}Not found!{% endif %}{% endblock %}
{% block content %}
<div class="content standalone markdown">
<div>
{{ page.content|raw }}
</div>
</div>
{% endblock %}