9 lines
142 B
Twig
9 lines
142 B
Twig
{% extends 'partials/base.html.twig' %}
|
|
|
|
{% block content %}
|
|
|
|
{{ page.content }}
|
|
{{ dump(child) }}
|
|
{{child.content}}
|
|
{% endblock %}
|