{% 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="") %}
Value: {{ get_input_group_text(question.prepend) -}}{{- get_input_group_text(question.append) }}
{% endblock %}