{{ site.title|e('html') }}{##}
    {% for page in pages.children.visible %} {% set current_page = (page.active or page.activeChild) ? 'active' : '' %} {% if config.themes.bootstrap.dropdown.enabled and page.children.visible.count > 0 %}
    • {% set current_parent = page.active ? 'active' : '' %}
    • {{ page.menu }}
    • {% for child in page.children.visible %} {% set current_child = (child.active or child.activeChild) ? 'active' : '' %}
    • {{ child.menu }}
    • {% endfor %}
    {##}
  • {% else %}
  • {{ page.menu }}
  • {% endif %} {% endfor %} {% for mitem in site.menu %}
  • {{ mitem.text }}
  • {% endfor %} {% if config.plugins.login.enabled and grav.user.username %}
  • {% include 'partials/login-status.html.twig' %}
  • {% endif %}