aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/deep-mid.html
blob: a2af4fdb8e8f100939bb97d144f8f18784920733 (plain) (tree)
1
2
3
4
5
6




                                 
                    













                                    
{% extends "deep-base.html" %}
{% import "macro.html" as libm %}

{% block head %}
  {{ title }}
  {% call super() %}
{% 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 %}