{% macro leadBox(boxContent, path, authorName, hasStartingImage = 'false',starting_image, starting_image_alt) %}
{% if hasStartingImage == 'true' and starting_image != '' %} {{starting_image_alt}} {% endif %}

{{boxContent}}

{% if authorName != '' %} - {{authorName}} {% endif %}
{% endmacro %}