Include template inheritence

Closes #15
This commit is contained in:
Kyle Fuller
2015-06-29 18:36:27 -07:00
parent 53d5a4f8c3
commit 620154e721
7 changed files with 199 additions and 2 deletions

2
StencilTests/child.html Normal file
View File

@@ -0,0 +1,2 @@
{% extends "base.html" %}
{% block body %}Child{% endblock %}