{%macro display_error(title, the_error)%} <strong>{{title}}</strong>: <span class="glyphicon glyphicon-exclamation-sign text-danger"> </span> <strong class="text-danger">{{the_error.error}}:</strong> {{the_error.error_description}} {%endmacro%}