{% extends 'template/template.j2.html' %} {% block title %} {{ $t('sidebar.home') }} {% endblock %} {% block content %}
{{ $t('logo.title') }}

{{ $t('logo') }}

{{ $t('Version') }} {{ version }}

{% if loginResult != true %}

{{ $t('features.title') }}

{{ $t('features.description') }}

  • {{ $t('features.websocket') }}
  • {{ $t('features.mongodb') }}
  • {{ $t('features.cronjobs') }}
  • {{ $t('features.routing') }}
  • {{ $t('features.formvalidators') }}
  • {{ $t('features.htmltools') }}
  • {{ $t('features.dbmodel') }}
  • {{ $t('features.fastapi') }}
  • {{ $t('features.other') }}
{% else %}

{{ $t('login.success') }}

You have successfully logged in!

{% endif %}
{% endblock %}