{% import "_macros.html" as macros %} {% extends "index.html" %} {% block title %}{{ section.title }} | {{ super() }} {% endblock title %} {% block header %} {% if lang =="en" %} {% set path = [""] | concat(with=section.components) | join(sep="/") %} {% else %} {% set path = [""] | concat(with=section.components | slice(start=1)) | join(sep="/") %} {% endif %} {{ macros::render_header(path=path) }} {% endblock header %} {% block hero%} {% endblock hero %} {% block content %}