Initial shit.

This commit is contained in:
Hazel Snider 2020-09-08 21:10:48 -04:00
commit fbb4f25b77
Signed by: hazelra
GPG key ID: 09213F100E5E4E67
7 changed files with 183 additions and 0 deletions

7
templates/index.html Normal file
View file

@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block title %}Index - Hazelnut{% endblock title %}
{% block content %}
{{ section.content | safe }}
{% endblock content %}