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-02-27 17:46:16 +01:00

12 lines
320 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>
{{ include(template_from_string(page.content|raw)) }}
</div>
</div>
{% endblock %}