<input class="wf-range" type="range" name="{{ name }}"{% match value %}{% when Some with (text) %} value="{{ text }}"{% when None %}{% endmatch %}{% match min %}{% when Some with (text) %} min="{{ text }}"{% when None %}{% endmatch %}{% match max %}{% when Some with (text) %} max="{{ text }}"{% when None %}{% endmatch %}{% match step %}{% when Some with (text) %} step="{{ text }}"{% when None %}{% endmatch %}{% if disabled %} disabled{% endif %}{% for attr in attrs %} {{ attr.name }}="{{ attr.value }}"{% endfor %}>