{%- extends "layout.html" -%} {%- block header %} {% if '/images/logo.svg'|asseturl is defined -%} {%- endif %} {%- for alt in get_alts(this) -%} {%- if this.alt != alt -%} {{- '\n ' -}} {{- '\n ' -}} {{ alt|title|upper }} {{- '\n ' -}} {%- endif -%} {%- endfor %} {%- include "blocks/navigation.html" %} {% endblock -%}