4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
|
|
{% for exclusion in site.exceptions.before_request | default([]) %}
|
||
|
|
{{ exclusion }}
|
||
|
|
{% endfor %}
|