Add homepage header

This commit is contained in:
Oliver Davies 2020-12-27 03:32:00 +00:00
parent 7499a8817d
commit d7d778096e
5 changed files with 533 additions and 2 deletions

View file

@ -1,5 +1,7 @@
{% extends 'page.html.twig' %}
{% block content %}
{% include 'includes/home/header.html.twig' %}
This is the homepage.
{% endblock %}