{% from "./form-items/_macros.html" import input, select, button %}

Error message

{{ input("Textfield", error="Some error message for this field.") }} {{ select("Country", error="That’s not right.", hide_label=true) }} {% include "./form-items/radios-with-error.html" %} {% include "./form-items/opt-in-radios-with-error.html" %} {{ button("Take action now!", class="expanded primary button large")}}