File: extended.html

package info (click to toggle)
python-django 3%3A3.2.25-0%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 58,268 kB
  • sloc: python: 265,043; javascript: 18,362; xml: 193; makefile: 178; sh: 43
file content (5 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (12)
1
2
3
4
5
{% extends "base.html" %}
{% block title %}Extended template{% endblock %}
{% block content %}
This is just a template extending the base.
{% endblock %}