Add homepage header
This commit is contained in:
parent
7499a8817d
commit
d7d778096e
5 changed files with 533 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
{% extends 'page.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'includes/home/header.html.twig' %}
|
||||
|
||||
This is the homepage.
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue