Add the Home page

This commit is contained in:
Oliver Davies 2020-12-26 21:45:49 +00:00
parent 559ed8e908
commit cdb0e67eb3
4 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{% extends 'page.html.twig' %}
{% block content %}
This is the homepage.
{% endblock %}