diff options
Diffstat (limited to 'templates/404.html')
-rw-r--r-- | templates/404.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/404.html b/templates/404.html index fc70c01..b044965 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,10 +1,8 @@ {% extends "index.html" %} -{% block header %} -{% endblock header %} +{% block header %} {% endblock header %} -{% block title %} -{% endblock title %} +{% block title %} {% endblock title %} {% block main %} <div id="spotlight" class="error-404 animated fadeIn"> @@ -22,5 +20,4 @@ </div> {% endblock main %} -{% block footer %} -{% endblock footer %} +{% block footer %} {% endblock footer %} |