mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-03 05:41:08 +02:00
7 lines
214 B
Django/Jinja
7 lines
214 B
Django/Jinja
{% if inj_enabled.css %}
|
|
{% include 'roles/srv-web-7-7-inj-css/templates/location.conf.j2' %}
|
|
{% endif %}
|
|
|
|
{% if inj_enabled.logout %}
|
|
{% include 'roles/web-svc-logout/templates/logout-proxy.conf.j2' %}
|
|
{% endif %} |