diff options
Diffstat (limited to 'test/data/html-extend/inter.txt')
-rw-r--r-- | test/data/html-extend/inter.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/html-extend/inter.txt b/test/data/html-extend/inter.txt new file mode 100644 index 0000000..d20d97b --- /dev/null +++ b/test/data/html-extend/inter.txt @@ -0,0 +1,3 @@ +{% extends "base.txt" %} +{% block title %}Inter {{ author }}{% endblock %} +{% block body %}<main>Intermediate Content</main>{% endblock %}
\ No newline at end of file |