{%- from 'common/macros.html' import subheader -%} {%- extends 'base.html' -%} {%- block title -%}Not found{%- endblock -%} {%- block content -%} {%- call() subheader('404 Not Found') -%} The requested URL was not found. {%- endcall -%} {%- endblock -%}