5 lines
93 B
Twig
5 lines
93 B
Twig
{% extends 'page.html.twig' %}
|
|
|
|
{% block content %}
|
|
This is the homepage.
|
|
{% endblock %}
|