• {{ t('entities.home') }}
  • {% if features.dashboard %}
  • {{ t('entities.dashboard') }}
  • {% endif %} {% if features.nodes %}
  • {{ t('entities.nodes') }}
  • {% endif %} {% if features.advertisements %}
  • {{ t('entities.advertisements') }}
  • {% endif %} {% if features.messages %}
  • {{ t('entities.messages') }}
  • {% endif %} {% if features.map %}
  • {{ t('entities.map') }}
  • {% endif %} {% if features.members %}
  • {{ t('entities.members') }}
  • {% endif %} {% if features.pages %} {% for page in custom_pages %}
  • {{ page.title }}
  • {% endfor %} {% endif %}
{{ network_name }} {{ network_name }}
  • {{ t('entities.home') }}
  • {% if features.dashboard %}
  • {{ t('entities.dashboard') }}
  • {% endif %} {% if features.nodes %}
  • {{ t('entities.nodes') }}
  • {% endif %} {% if features.advertisements %}
  • {{ t('entities.advertisements') }}
  • {% endif %} {% if features.messages %}
  • {{ t('entities.messages') }}
  • {% endif %} {% if features.map %}
  • {{ t('entities.map') }}
  • {% endif %} {% if features.members %}
  • {{ t('entities.members') }}
  • {% endif %} {% if features.pages %} {% for page in custom_pages %}
  • {{ page.title }}
  • {% endfor %} {% endif %}

{{ network_name }} {% if network_city and network_country %} - {{ network_city }}, {{ network_country }} {% endif %}

{% if network_contact_email %} {{ network_contact_email }} {% endif %} {% if network_contact_email and network_contact_discord %} | {% endif %} {% if network_contact_discord %} {{ t('links.discord') }} {% endif %} {% if (network_contact_email or network_contact_discord) and network_contact_github %} | {% endif %} {% if network_contact_github %} {{ t('links.github') }} {% endif %} {% if (network_contact_email or network_contact_discord or network_contact_github) and network_contact_youtube %} | {% endif %} {% if network_contact_youtube %} {{ t('links.youtube') }} {% endif %}

{% if admin_enabled %}{{ t('entities.admin') }} | {% endif %}{{ t('footer.powered_by') }} MeshCore Hub {{ version }}