{% macro nav(main='',sub='') %} {% endmacro %} {% macro message(err=none,success=none,warning=none,info=none) %} {% if success %}
{{success}}
{% endif %} {% if err %}

Alert!

{{err}}
{% endif %} {% if warning %}

Alert!

{{warning}}
{% endif %} {% if info %}

Info

{{info}}
{% endif %} {% endmacro %}