{% extends 'user/master.twig' %} {% from 'macros.twig' import container_title %} {% set title = 'User not found!' %} {% block content %}
{{ container_title('User not found!') }}

Check the url and try again.

{% endblock %}