File: extends.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 (3 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (3)
1
2
3
{% extends "inheritance/base.tpl" %}

{% block content %}Extends' content{% endblock %}