diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/expobase.html | 1 | ||||
-rw-r--r-- | templates/frontpage.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/expobase.html b/templates/expobase.html index f3c6918..689bd66 100644 --- a/templates/expobase.html +++ b/templates/expobase.html @@ -1,3 +1,4 @@ +<!-- expobase.html - this text visible because this template has been included --> {% autoescape off %} <html> <head> diff --git a/templates/frontpage.html b/templates/frontpage.html index 4405d10..866798a 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -1,3 +1,4 @@ +<!-- frontpage.html - this text visible because this template has been included --> {% extends "base.html" %} |