diff options
Diffstat (limited to 'main/templates/main_index.html.j2')
| -rw-r--r-- | main/templates/main_index.html.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/templates/main_index.html.j2 b/main/templates/main_index.html.j2 new file mode 100644 index 0000000..50f6b9d --- /dev/null +++ b/main/templates/main_index.html.j2 @@ -0,0 +1,4 @@ +{% extends "main_base.html.j2" %} +{% block content %} +<p>This is page is work in progress. Meanwhile check my stuff on the navbar at the top of the page.</p> +{% endblock %} |
