{% import "macros/head.html" as macros_head %} {% import "macros/header.html" as macros_header %} {% import "macros/footer.html" as macros_footer %} {% import "macros/sidebar.html" as macros_sidebar %} {% set not_found_title = "404" %} {% set not_found_desc = "Page not found" %} {% set not_found_url = config.base_url ~ "/404.html" %} {{ macros_head::head( config=config, page=false, section=false, current_url=not_found_url ) }} {{ not_found_title }}
{{ macros_header::header(config=config, lang=lang) }}

{{ not_found_title }}

{{ not_found_desc }}