Centrifuge
    {% if handler.get_current_user() %}
  • {{_("Projects")}}
  • {{_("Create project")}}
  • {% end %}
  • {{_("Documentation")}}
  • {{_("Source code")}}
{% if not current_user %} {% if handler.settings.get('options', {}).get("auth_github", False) %} {{_("log in with Github")}} {% end %} {{_("log in with Google")}} {% else %} {{current_user['email']}}
  • {{_("Logout")}}
{% end %}