{# Inline status blocks. Imported wherever a form reports its outcome: {% import "ui/alert.html" as alert %} {% call alert::error("Could not create the table", message) %}{% endcall %} #} {% macro error(title, message) %}
{{ message }}