{% extends "hemlock/utils/card.html" %} {% macro input_group_text(texts) %} {% if texts is not none %} {% for text in texts %} {{ text }} {% endfor %} {% endif %} {% endmacro %} {% macro form_floating(content) %}
{{ content }}
{% endmacro %} {% block card_body %} {% include "hemlock/utils/label.html" %}
{{ input_group_text(question.prepend) }} {% block content %}{% endblock %} {{ input_group_text(question.append) }} {% include "hemlock/utils/feedback.html" %}
{% include "hemlock/utils/form_text.html" %} {% endblock %}