From aeac47cee0e14b9fa38c01082876667f0ec8d874 Mon Sep 17 00:00:00 2001
From: Bastien Orivel <eijebong@bananium.fr>
Date: Fri, 25 Aug 2017 13:28:43 +0200
Subject: Add test for parent default block implementations

---
 testing/templates/base.html | 1 +
 1 file changed, 1 insertion(+)

(limited to 'testing/templates/base.html')

diff --git a/testing/templates/base.html b/testing/templates/base.html
index a588223..2b4f94f 100644
--- a/testing/templates/base.html
+++ b/testing/templates/base.html
@@ -1,3 +1,4 @@
 {{ title }}
 {% block content %}{% endblock %}
+{% block foo %}Foo{% endblock %}
 Copyright 2017
-- 
cgit