aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-12 20:42:43 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-12 20:42:43 +0100
commit3b7078034092774ef46b61c37266cd2918314897 (patch)
treefb4c49b6bd611ccab3932a2144270a8e031bb876 /testing/templates
parentc74e9e8971c06ed77eeee79cbac2c4c325b3ffa4 (diff)
downloadaskama-3b7078034092774ef46b61c37266cd2918314897.tar.gz
askama-3b7078034092774ef46b61c37266cd2918314897.tar.bz2
askama-3b7078034092774ef46b61c37266cd2918314897.zip
Test support for variables in inherited templates
Diffstat (limited to 'testing/templates')
-rw-r--r--testing/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/base.html b/testing/templates/base.html
index f40d867..a588223 100644
--- a/testing/templates/base.html
+++ b/testing/templates/base.html
@@ -1,2 +1,3 @@
+{{ title }}
{% block content %}{% endblock %}
Copyright 2017