{% extends "_layouts/default.html" %} {% block title %}Not Found{% endblock %} {% block head %} {%- endblock %} {% block content %}
{% if request.path == "not-found.html" -%} This is how the "not-found.html" file looks right now.
{% endif -%}

File "{{ request.path }}" not found.

{%- endblock %} {% block scripts %} {%- endblock %}