Memlord
Workspaces
Search
{% if user is defined %}
{{ user.display_name }}
Sign out
{% endif %}
{% if smtp_configured and user is defined and not user.email_verified %}
Please verify your email address. Didn't get the email?
Resend verification email
{% if request.query_params.get('verification_sent') %} ✓ Sent!{% endif %}
{% endif %}
{% block content %}{% endblock %}