Spookie/templates/themes/default/pages/index.html.twig

9 lines
205 B
Twig
Raw Normal View History

2022-11-03 19:17:07 +01:00
{% extends '@default/base.html.twig' %}
{% block title %}page_name{% endblock %}
{% block body %}
{{ page_content | raw }}
2022-11-04 10:33:44 +01:00
<br>
Page created by: {{ owner }} at {{ created_at }}
2022-11-03 19:17:07 +01:00
{% endblock %}