{% extends 'hemlock/form-group.html' %} {% block content %}
{% if q.prepend is not none %}
{{ q.prepend | safe }}
{% endif %} {% block input %}{% endblock %} {% if q.append is not none %}
{{ q.append | safe }}
{% endif %}
{% endblock %}