{% set title = "TheMissingPiece" %} {% set img = get_url(path="/missing.png") %} {% set url = get_url(path="/") %} {%- if section -%} {% set description = section.title %} {%- elif page -%} {% set description = page.title %} {%- else -%} {% set description = "404 Page missing" %} {%- endif -%}
Built with zola