{% macro angel() %} {% endmacro %} {% macro glyphicon(glyph) %} {% endmacro %} {% macro alert(message, type) %}
{{ message }}
{% endmacro %} {% macro user(user) %} {{ _self.angel() }} {{ user.name }} {% endmacro %} {% macro button(label, url, type, size) %} {{ label }} {% endmacro %}