{% extends 'layout/default.html.twig' %} {% block title %}{{ status }} {{ reason }}{% endblock %} {% block stylesheets %} {% endblock %} {% block content %}
We encountered a {{ status }} {{ reason }} error.
{% if status == 404 %}This short URL doesn't seem to be valid.
Make sure you included all the characters, with no extra punctuation.
{% endif %} {% endblock %}