{% extends 'partials/_master.twig' %} {% setcontent record = 'blocks/404-not-found' %} {% block main %}
{% if record %}

{{ record.title|default('404 not found') }}

{{ record.content|default('

The requested page was not found.

')|raw }} {% else %}

404 not found

The requested page was not found.

{# #} Add a Blocks record with slug '404-not-found' to customize this message. If it's not showing up here, doublecheck that the slug is correct, and that the Block is published.
{% endif %}
{% endblock main %}