aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/deep-kid.html
blob: a2aa1052a45c117dd91daf91ca9c152ff2462dff (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                 
{% extends "deep-mid.html" %}
{% import "macro.html" as libk %}

{% block head %}
  <script></script>
{% endblock %}

{% block content %}
  {% call libk::thrice(item) %}
{% endblock %}