{{ site_description_html | safe }}
{% if should_include_audio_player | default(False) %}
{{ audio_player() }} {# Ensure this has appropriate margins/padding if needed #}
{% endif %}
-
{% for item_html in list_items_html %}
{{ item_html | safe }}
{% endfor %}