{% extends "hemlock/utils/card.html" %} {% macro get_input_group_text(texts) %} {%- if texts is not none -%} {{- texts | join(", ") -}} {%- endif -%} {% endmacro %} {% block content %} {% set default = question.get_default(alt_value="") %}