diff options
Diffstat (limited to 'views/index.html')
-rw-r--r-- | views/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/index.html b/views/index.html new file mode 100644 index 0000000..e98e8e5 --- /dev/null +++ b/views/index.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} + <h1>Index</h1> + <p class="important">Welcome to my awesome homepage.</p> +{% endblock %} + |