UNPKG

apostrophe

Version:

Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.

16 lines (15 loc) 705 B
{%- macro renderProgressBtn(options) -%} <a href="{% if options.url %}{{options.url | e }}{% else %}#{% endif %}" {% if options.dataAttrs %}{{ options.dataAttrs }} {% endif %}{# #}class="apos-progress-btn{# #}{% if options.float %} apos-progress-btn--float-{{options.float}}{% endif %}{# #}{% if options.color %} apos-progress-btn--{{options.color}}{% endif %}{# #}{% if options.arrow %} apos-progress-btn--arrow-{{options.arrow}}{% endif %}{# #}"> {%- if options.dataAttrs == 'data-save' -%} <span class="apos-progress-btn-spinner"> <img src="/modules/apos/images/small-spinner.gif"> </span> {%- endif -%} {{ options.label }} </a> {%- endmacro -%}