9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
{% extends "base" %}
|
|
{% block request %}
|
|
if doc_type not in SKIP_IN_PATH and index in SKIP_IN_PATH:
|
|
index = "_all"
|
|
|
|
{{ super()|trim }}
|
|
{% endblock %}
|
|
|