{% extends 'layout/default.html.twig' %} {% block title %}{{ status }} {{ reason }}{% endblock %} {% block content %}

Oops!

This is awkward.

We encountered a {{ status }} {{ reason }} error.

{% if status == 404 %}

You are looking for something that doesn't exist or may have moved. Check out one of the links on this page or head back to Home.

{% endif %} {% endblock %}