aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/deep-mid.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/deep-mid.html')
-rw-r--r--testing/templates/deep-mid.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/templates/deep-mid.html b/testing/templates/deep-mid.html
new file mode 100644
index 0000000..76ab7e6
--- /dev/null
+++ b/testing/templates/deep-mid.html
@@ -0,0 +1,19 @@
+{% extends "deep-base.html" %}
+{% import "macro.html" as libm %}
+
+{% block head %}
+ {{ title }}
+{% endblock %}
+
+{% block body %}
+ <div id="wrap">
+ <section id="content">
+ {% block content %}
+ No content found
+ {% endblock %}
+ </section>
+ <section id="nav">
+ {% call libm::thrice("nav") %}
+ </section>
+ </div>
+{% endblock %}