From 15facd97fb68b3b7b7b6a8e2330708633b1b34bb Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 2 Dec 2016 22:53:16 +0000 Subject: [PATCH] chore: Add testing template --- Tests/StencilTests/fixtures/child-super.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Tests/StencilTests/fixtures/child-super.html diff --git a/Tests/StencilTests/fixtures/child-super.html b/Tests/StencilTests/fixtures/child-super.html new file mode 100644 index 0000000..c8964ee --- /dev/null +++ b/Tests/StencilTests/fixtures/child-super.html @@ -0,0 +1,3 @@ +{% extends "base.html" %} +{% block body %}Child {{ block.super }}{% endblock %} +