77 <a href =" {{ path | e (' html_attr' ) }}"
88 up-target =" {{ target ?: ' .content' }}"
99 up-animation =" move-from-top"
10- up-cache =" {{ cache ? ' true' : ' false' }}"
10+ up-cache =" {{ cache ? ' true' : ' false' }}"
1111 up-layer =" swap modal" >{{ text ?: path }}</a >
1212{% endmacro %}
1313
1616 up-target =" {{ target ?: ' .content' }}"
1717 up-size =" grow"
1818 up-animation =" move-from-top"
19- up-cache =" {{ cache ? ' true' : ' false' }}"
19+ up-cache =" {{ cache ? ' true' : ' false' }}"
2020 up-layer =" swap modal" >{{ text ?: path }}</a >
2121{% endmacro %}
2222
2525 up-target =" {{ target ?: ' .content' }}"
2626 up-size =" large"
2727 up-animation =" move-from-top"
28- up-cache =" {{ cache ? ' true' : ' false' }}"
28+ up-cache =" {{ cache ? ' true' : ' false' }}"
2929 up-layer =" swap modal" >{{ text ?: path }}</a >
3030{% endmacro %}
3131
3232{% macro drawer_link(path , text , cache , target ) %}
3333 <a href =" {{ path | e (' html_attr' ) }}"
3434 up-target =" {{ target ?: ' .content' }}"
35- up-cache =" {{ cache ? ' true' : ' false' }}"
35+ up-cache =" {{ cache ? ' true' : ' false' }}"
3636 up-layer =" new drawer" >{{ text ?: path }}</a >
3737{% endmacro %}
3838
3939{% macro drawer_link_grow(path , text , cache , target ) %}
4040 <a href =" {{ path | e (' html_attr' ) }}"
4141 up-target =" {{ target ?: ' .content' }}"
4242 up-size =" grow"
43- up-cache =" {{ cache ? ' true' : ' false' }}"
43+ up-cache =" {{ cache ? ' true' : ' false' }}"
4444 up-layer =" new drawer" >{{ text ?: path }}</a >
4545{% endmacro %}
4646
4747{% macro drawer_link_large(path , text , cache , target ) %}
4848 <a href =" {{ path | e (' html_attr' ) }}"
4949 up-target =" {{ target ?: ' .content' }}"
5050 up-size =" large"
51- up-cache =" {{ cache ? ' true' : ' false' }}"
51+ up-cache =" {{ cache ? ' true' : ' false' }}"
5252 up-layer =" new drawer" >{{ text ?: path }}</a >
5353{% endmacro %}
5454
6060 {% for opt in options %}
6161 <option value =" {{ opt .value | e (' html_attr' ) }}" >{{ opt .name }}</option >
6262 {% endfor %}
63- {% endmacro %}
63+ {% endmacro %}
0 commit comments