{% macro imageElement(type, imageUrl) %}
{% if imageUrl %}
{% else %}
{% endif %}
{% endmacro %}
{% macro ribbonElement(ribbon) %}
{{ ribbon.text }}
{% endmacro %}
{% macro profileImage(type, size, imageUrl, link, ribbon, className) %}
{% if link %}
{{ imageElement(type, imageUrl) }}
{% if ribbon %}
{{ ribbonElement(ribbon) }}
{% endif %}
{% else %}