{% extends 'hemlock/form-group.html' %} {% block content %}
{% if q.prepend is not none %}
{{ q.convert_markdown(q.prepend, strip_last_paragraph=True) | safe }}
{% endif %} {% block input %}{% endblock %} {% if q.append is not none %}
{{ q.convert_markdown(q.append, strip_last_paragraph=True) | safe }}
{% endif %}
{% endblock %}