diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-15 12:55:13 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-15 12:55:13 +0100 |
commit | 0fee2bb165458d454ae2c226d3021bf2934d4de0 (patch) | |
tree | 0364a633d428a3d9da2da1fab75edc6d22d9e9d3 /templates/pagenotfound.html | |
parent | 3e50d0edcaec0871d6e6bb3c05c694b2ed1628bc (diff) | |
download | troggle-0fee2bb165458d454ae2c226d3021bf2934d4de0.tar.gz troggle-0fee2bb165458d454ae2c226d3021bf2934d4de0.tar.bz2 troggle-0fee2bb165458d454ae2c226d3021bf2934d4de0.zip |
add labels to templates to help debugging
Diffstat (limited to 'templates/pagenotfound.html')
-rw-r--r-- | templates/pagenotfound.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/pagenotfound.html b/templates/pagenotfound.html index 7d79c16..514ebf3 100644 --- a/templates/pagenotfound.html +++ b/templates/pagenotfound.html @@ -1,3 +1,4 @@ +<!-- pagenotfound.html - this text visible because this template has been included --> {% extends "expobase.html" %} {% block title %}Page not found {{ path }}{% endblock %} {% block body %} |