{% if not attrs.min and not attrs.max and not attrs.value %}
Please specify a min, max and value for this slider to work
{% else %}
{{attrs.value}}
{% endif %}