Add the Home page
This commit is contained in:
parent
559ed8e908
commit
cdb0e67eb3
4 changed files with 48 additions and 0 deletions
5
templates/pages/home.html.twig
Normal file
5
templates/pages/home.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends 'page.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
This is the homepage.
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue