mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-09 22:34:41 +00:00
5 lines
128 B
HTML
5 lines
128 B
HTML
|
|
{% extends "!layout.html" %}
|
||
|
|
{%- block htmltitle %}
|
||
|
|
<title>{{ docstitle|e }}{{ title|striptags|e }}</title>
|
||
|
|
{%- endblock %}
|