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