File: split.tpl

package info (click to toggle)
golang-github-flosch-pongo2.v4 4.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, trixie
  • size: 860 kB
  • sloc: makefile: 3
file content (5 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
4
5
{% extends "../inheritance/base.tpl" %}

{% block more_content %}
The nested content
{% endblock %}