From b7446b744a07224ba1b8736efae89684c44291d9 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 8 Aug 2017 12:36:10 +0200 Subject: Add test for deref implementation (see #28) --- testing/templates/child.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/templates') 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 %} -- cgit