{% macro textbox( field, hint=False, highlight_tags=False, autofocus=False, help_link=None, help_link_text=None, width='2-3' ) %}
{{ field(**{ 'class': 'form-control form-control-{} textbox-highlight-textbox'.format(width) if highlight_tags else 'form-control form-control-{}'.format(width), 'data-module': 'highlight-tags' if highlight_tags else '' }) }} {% if help_link and help_link_text %} {% endif %}
{% endmacro %}