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.twig
2016-01-21 00:06:21 +01:00

12 lines
289 B
Twig

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