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/meta/infopage.twig
2016-03-28 16:47:43 +02: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 %}