{% extends 'layout.twig' %} {% block body %}
Example Inbox

Welcome!

Here you can either create a new Inbox, or access your old one



{% if userInputError %}
Your input was invalid. Please try other values.
{% endif %}
{% endblock %}