{% 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) %}