{% extends "_base.html" %} {% block style %}{{ super() }} {% endblock %} {% block content %}{{ super() }}

{{ _('Lokole') }}
{{ _('Email for all') }}

{{ _('Send and receive emails with unlimited attachments for free.') }}

{% if not current_user.is_authenticated %} {{ _('Sign up') }} {% else %} {{ _('Check your emails') }} {% endif %} {{ _('Learn more') }} {% if not current_user.is_authenticated %}
{{ _('Already have an account?') }} {{ _('Login now') }}.
{% endif %}
{% endblock %}