{% set title = "TheMissingPiece" %} {% set img = resize_image(path="/missing.png", width=64, height=64, op="scale") %} {% set img = img.url %} {% set url = get_url(path="/") %} {%- if section -%} {% set description = section.title %} {%- elif page -%} {% set description = page.title %} {%- else -%} {% set description = "404 Page missing" %} {%- endif -%} {{ description }} {% block content %} {% endblock %}

Built with zola