Initial Build
This commit is contained in:
parent
71cd3acccd
commit
6c0d9a3f98
140 changed files with 9802 additions and 2403 deletions
14
templates/front/home/menu.html.twig
Normal file
14
templates/front/home/menu.html.twig
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{% block menu %}
|
||||
<nav class="home">
|
||||
<h1>Alex Daniels</h1>
|
||||
<menu>
|
||||
<li><a href="/words">Writing</a></li>
|
||||
<li><a href="/photos">Photography</a></li>
|
||||
<li><a href="/about">About Me</a></li>
|
||||
{% if app.user %}
|
||||
<li><a href="/brain">Brain</a></li>
|
||||
<li><a href="/letmeout">Logout</a></li>
|
||||
{% endif %}
|
||||
</menu>
|
||||
</nav>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue