{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #} {% extends "layout.html" %} {% block title %} _("Connection") {% endblock %} {% block content %}
INGInious

{{ _('Hello!') }}

{{ _('Welcome on the INGInious platform.') }}

{{ template_helper.call('welcome_text', template_helper=template_helper) | safe }}
{{ _("In order to use INGInious via this platform, please bind your existing account or create a new one.") }}
{% endblock %}