{% let wallpaper_uri -%}
{% match wallpaper %}
{% when Some with (wallpaper) %}
{% let wallpaper_uri = wallpaper.file -%}
{% when None %}
{% let wallpaper_uri = "" -%}
{% endmatch %}
{% include "pages/root/hero-content.html" %}
{% match wallpaper %}
{% when Some with (wallpaper) %}
{% include "icons/location.html" %}
{{ wallpaper.location.precise }}
, {{ wallpaper.location.broad }}
{% include "icons/calendar.html" %}
{{ wallpaper.date }}
{% when None %}
{% endmatch %}