initial commit
This commit is contained in:
parent
8794806e2c
commit
7b00897bc1
7
templates/themes/default/pages/index.html.twig
Normal file
7
templates/themes/default/pages/index.html.twig
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends '@default/base.html.twig' %}
|
||||
|
||||
{% block title %}page_name{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{{ page_content | raw }}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user