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/base.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/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 3dd2fa1..934bc1b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,5 @@ <!DOCTYPE html> +<!-- base.html - this text visible because this template has been included --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |