{% macro project(title, classes, status, bgi, content, links) %}
{% if bgi|length > 0 %} {% set path = url_for('static', filename='photos/projects/' + bgi) %} Ref image for {{ title }} project {% else %}
{% endif %}
{{ status }}

{{ title }}

{{ content }}

{% if links %} {% endif %}
{% endmacro %}