aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/base.html
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-05 15:18:47 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-05 15:18:47 +0100
commit723567ba0c8d28a292b87d6d65cb97e4b4406e4b (patch)
tree0e27ef09553e55acff4789260928080e9c911c23 /testing/templates/base.html
parent2355f4eb0b8fb33ef2d0994f4f54aa2615b8fa29 (diff)
downloadaskama-723567ba0c8d28a292b87d6d65cb97e4b4406e4b.tar.gz
askama-723567ba0c8d28a292b87d6d65cb97e4b4406e4b.tar.bz2
askama-723567ba0c8d28a292b87d6d65cb97e4b4406e4b.zip
Implement basic support for template inheritance
Diffstat (limited to 'testing/templates/base.html')
-rw-r--r--testing/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/templates/base.html b/testing/templates/base.html
new file mode 100644
index 0000000..f40d867
--- /dev/null
+++ b/testing/templates/base.html
@@ -0,0 +1,2 @@
+{% block content %}{% endblock %}
+Copyright 2017