5 lines
64 B
Twig
5 lines
64 B
Twig
|
{% extends "base.html.twig" %}
|
||
|
|
||
|
{% block body %}
|
||
|
{% endblock %}
|