Fix Mako config file

This commit is contained in:
Yorick Barbanneau 2022-12-13 14:26:48 +01:00
parent 16757ae269
commit 0d1912fec1

View file

@ -1,6 +1,8 @@
{% if mako_options is defined %}
{% for option, value in mako_options.items() %}
{{ option }}="{{ value }}"
{% if value or value == 0 %}
{{ option }}={{ value }}
{% endif %}
{% endfor %}
{% endif %}
{% if mako_rules %}