summaryrefslogtreecommitdiff
path: root/samples/content
diff options
context:
space:
mode:
authorBruno Binet <bruno.binet@gmail.com>2012-12-03 22:56:05 +0100
committerBruno Binet <bruno.binet@gmail.com>2012-12-03 22:56:07 +0100
commitf604cc4df88e0c3e1e1ddb91aa1df2b0b6f21af5 (patch)
tree6d59ef698a49821e4abb6cddf2537a77acce0266 /samples/content
parent6236e8f66ba262731563599ecfdc5be0a2d7addf (diff)
downloadpelican-f604cc4df88e0c3e1e1ddb91aa1df2b0b6f21af5.tar.gz
update functional tests to test TEMPLATE_PAGES feature
closes #614: cannot reproduce this issue.
Diffstat (limited to 'samples/content')
-rw-r--r--samples/content/pages/jinja2_template.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/content/pages/jinja2_template.html b/samples/content/pages/jinja2_template.html
new file mode 100644
index 00000000..1b0dc4e4
--- /dev/null
+++ b/samples/content/pages/jinja2_template.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% block content %}
+
+Some text
+
+{% endblock %}