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