{% extends 'hemlock/form-group.html' %} {% block label %}
{% if q.error is not none %} {{ q.error | safe}} {% endif %} {% if q.label is not none %} {{ q.label | safe }} {% endif %}
{% endblock %}