{% extends 'auth/master.twig' %} {% block content %}
{% if auth_register_message is defined %}
{{ auth_register_message }}
{% elseif auth_login_error is defined %}
{{ auth_login_error }}
{% endif %}
Register
{% if auth_register_error is defined %}
{{ auth_register_error }}
{% endif %}
Forgot password
{% if auth_forgot_error is defined %}
{{ auth_forgot_error }}
{% endif %}
{% endblock %}