Here goes something
This commit is contained in:
commit
dab293cdd5
6 changed files with 59 additions and 0 deletions
12
templates/index.html
Normal file
12
templates/index.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
Incandescência
|
||||
</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/poesia">Poesia</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue