{% macro render_rant_card(rant, clickable=True) %}
{{ rant.user_username[0]|upper }}
{{ escape_html(rant.text) }}
{% if rant.attached_image %} Rant image {% endif %} {% if rant.tags %}
{% for tag in rant.tags %} {{ tag }} {% endfor %}
{% endif %}
{% endmacro %}