7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
{% extends "base" %}
|
|
{% block request %}
|
|
if doc_type in SKIP_IN_PATH:
|
|
doc_type = "_doc"
|
|
|
|
{{ super()|trim }}
|
|
{% endblock %} |