diff options
Diffstat (limited to 'wwwroot/inherit/00_base.tmpl')
-rw-r--r-- | wwwroot/inherit/00_base.tmpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wwwroot/inherit/00_base.tmpl b/wwwroot/inherit/00_base.tmpl index c1af32e..80b6850 100644 --- a/wwwroot/inherit/00_base.tmpl +++ b/wwwroot/inherit/00_base.tmpl @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head> {% block head %} @@ -6,6 +6,9 @@ {% endblock %} </head> <body> - <div>{% block content %}{% endblock %}</div> + <div> + {% block content %} + {% endblock %} + </div> </body> </html> |