If you see me, you haven’t set your {% verbatim %}{% block content %}…{% endblock %}{% endverbatim %}
yet.
See Twig’s Template Inheritance documentation for an explanation.
{% endblock %}{# # Layout template # --------------- # When you want make your own or more #} {# Include Macros for your #} {% import '_macros/my-macro.html' as _ %} {# Include the Document Header #} {% include '_parts/document-header.html' %}
If you see me, you haven’t set your {% verbatim %}{% block content %}…{% endblock %}{% endverbatim %}
yet.
See Twig’s Template Inheritance documentation for an explanation.
{% endblock %}