Fix Mako config file
This commit is contained in:
parent
16757ae269
commit
0d1912fec1
1 changed files with 3 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue