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

12 lines
320 B
Twig
Raw Normal View History

2016-01-04 20:14:09 +00:00
{% extends 'global/master.twig' %}
{% block title %}{% if page.title %}{{ page.title }}{% else %}Not found!{% endif %}{% endblock %}
{% block content %}
2016-01-20 23:06:21 +00:00
<div class="content standalone bbcode">
<div>
2016-02-27 16:46:16 +00:00
{{ include(template_from_string(page.content|raw)) }}
</div>
2015-04-01 17:25:14 +00:00
</div>
{% endblock %}