6 lines
83 B
Twig
6 lines
83 B
Twig
{% extends "base.html.twig" %}
|
|
|
|
{% block body %}
|
|
{{ variable }}
|
|
{% endblock %}
|