{# Narrative Panel - Middle section Displays location header, ambient details, and DM response #}
{# Location Header #}
{{ location.location_type }}

{{ location.name }}

{{ location.region }} Turn {{ session.turn_number }}
{# Ambient Details (Collapsible) #} {% if location.ambient_description %}
{{ location.ambient_description }}
{% endif %} {# DM Response Area #}
{{ dm_response }}
{# Player Input Area #}
Press Enter to submit, Shift+Enter for new line