{{ config.SITE_NAME }}
    {% if request.path == "/" %}
  • Home
  • About
  • Statistics
  • Contact
  • {% else %}
  • Home
  • About
  • Statistics
  • Contact
  • {% endif %} {% if current_user.is_authenticated %}
  • Wallet
  • Logout
  • {% else %}
  • Login
  • {% endif %}