aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/deep-base.html
blob: 0d874ac4f12052a96715a21f27f6795ef9f157a6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                  
{% import "macro.html" as libb %}
<html>
  <head>
  {% block head %}
    <style></style>
  {% endblock %}
  </head>
  <body>
  {% block body %}
    {% call libb::thrice("nav") %}
    Copyright {{ year }}
  {% endblock %}
  </body>
</html>