{% macro show(title,error) %} {% if title %}
{{title}}
{% endif %}
{{error}}
{% endmacro %}