Files
Twig/tests/Fixtures/errors/index.html
T
2019-06-30 14:56:12 +02:00

8 lines
128 B
HTML

{% extends 'base.html' %}
{% block content %}
{{ foo.bar }}
{% endblock %}
{% block foo %}
{{ foo.bar }}
{% endblock %}