{% if hero %} {% endif %} {{ page.date|date('l, d F Y') }} {% if page.header.location_city or page.header.location_country %} {%- set _loc = [] -%} {%- if page.header.location_city -%}{%- set _loc = _loc|merge([page.header.location_city]) -%}{%- endif -%} {%- if page.header.location_country -%}{%- set _loc = _loc|merge([page.header.location_country]) -%}{%- endif -%} 📍 {{ _loc|join(', ') }} {% endif %} {% if page.header.weather_desc or page.header.weather_temp_c %} {% if page.header.weather_desc %} {{ weather_icons[page.header.weather_desc] ?? '🌡️' }} {{ page.header.weather_desc }} {% endif %} {% if page.header.weather_temp_c %} · {{ page.header.weather_temp_c|round }}°C {% endif %} {% endif %} {{ page.title }} {{ page.content|raw }} {% set images = page.media.images %} {% if images|length > 0 %} {% for image in images %} {% endfor %} ✕ ‹ › {% endif %}