initial commit
This commit is contained in:
commit
a528892ac8
46 changed files with 2152 additions and 0 deletions
13
templates/index.html
Normal file
13
templates/index.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% extends 'layout.html' %}
|
||||
|
||||
{% set active_page = 'index' %}
|
||||
{% set title = '^_^' %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
<main>
|
||||
<h2>Welcome</h2>
|
||||
<p>... to my fancy webpage!</p>
|
||||
</main>
|
||||
|
||||
{% endblock %}
|
Reference in a new issue