{% macro choices(name, choices_list, checked=none) %} {% for choice, label in choices_list %}
{% endfor %} {% endmacro %} {% macro int(name, label="", init=0) %} {% endmacro %} {% macro text(name, label="", placeholder="") %} {% endmacro %} {% macro textarea(name, rows=10, cols=50, placeholder='') %} {% endmacro %} {% macro meta(name, value) %} {% endmacro %} {% macro submit() %} {% endmacro %}