aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-08 12:36:10 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-08 12:36:29 +0200
commitb7446b744a07224ba1b8736efae89684c44291d9 (patch)
tree52e5b5c0f79186d7aaa08ca2cddc7f60e19c316b /testing/templates
parente3d08c72bc2a7c34243208e68158b6f919701082 (diff)
downloadaskama-b7446b744a07224ba1b8736efae89684c44291d9.tar.gz
askama-b7446b744a07224ba1b8736efae89684c44291d9.tar.bz2
askama-b7446b744a07224ba1b8736efae89684c44291d9.zip
Add test for deref implementation (see #28)
Diffstat (limited to '')
-rw-r--r--testing/templates/child.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/templates/child.html b/testing/templates/child.html
index 23aed37..15e2fc4 100644
--- a/testing/templates/child.html
+++ b/testing/templates/child.html
@@ -1,2 +1,2 @@
{% extends "base.html" %}
-{% block content %}Content goes here{% endblock %}
+{% block content %}({{ title }}) Content goes here{% endblock %}