Create Home page
This commit is contained in:
commit
cd59c54aa8
18 changed files with 4006 additions and 0 deletions
13
source/_layouts/default.html.twig
Normal file
13
source/_layouts/default.html.twig
Normal file
|
@ -0,0 +1,13 @@
|
|||
<div>
|
||||
<main>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
{% block content_bottom %}{% endblock %}
|
||||
|
||||
<footer>
|
||||
{% include 'main-menu.html.twig' %}
|
||||
</footer>
|
||||
<div>
|
Loading…
Add table
Add a link
Reference in a new issue