{% extends '@mio/user/master.twig' %} {% from '@mio/macros.twig' import navigation %} {% set title = 'User not found!' %} {% block content %}
User not found!

Check the url and try again.

{{ navigation(mio_navigation, false) }} {% endblock %}