diff options
Diffstat (limited to 'testing/templates/child.html')
-rw-r--r-- | testing/templates/child.html | 2 |
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 %} |