{% import "macros.jinja" as macros %} {# MOLT AUTHOR OPTIMIZATION #} {% set author = molt.get_author() %} {% set is_quote = molt.is_quote %} {% set is_remolt = molt.is_remolt %} {% if is_remolt %} {% set remolt_shell = molt %} {% set molt = molt.original_molt %} {% endif %} {# ORIGINAL MOLT AUTHOR OPTIMIZATION #} {% if is_quote or molt.is_reply %} {% set original_author = molt.original_molt.get_author(('id', 'username', 'display_name')) %} {% endif %}
{{molt.rich_content(full_size_media=True)|safe}}
{% endif %} {% if molt.image %}