diff options
Diffstat (limited to 'static/website/templates/content.html')
-rw-r--r-- | static/website/templates/content.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/website/templates/content.html b/static/website/templates/content.html new file mode 100644 index 0000000..88e9736 --- /dev/null +++ b/static/website/templates/content.html @@ -0,0 +1,3 @@ +{% block content %} +<h1>Contene</h1> +{% endblock%}
\ No newline at end of file |