{% macro badge(text, plain, class, icon) %}
{% endmacro %} {% macro figure(url, alt, description="", source="") %}
{{alt}} {% if description != "" or source != "" %}
{% if description != "" %} {{description}} {% endif %} {% if source != "" %} (Source) {% endif %}
{% endif %}
{% endmacro %}