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

7 lines
143 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 }}
{% endblock %}