diff options
Diffstat (limited to 'examples/templates/base.html')
| -rw-r--r-- | examples/templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/templates/base.html b/examples/templates/base.html new file mode 100644 index 00000000..1ff37dab --- /dev/null +++ b/examples/templates/base.html @@ -0,0 +1,7 @@ +<html> + <head> + </head> + <body> +{% block content %}{% endblock %} + </body> +</html>
\ No newline at end of file |
