{% if site.topbar.enabled %}
{{ site.topbar.left_html }}
{% for social in site.social_links %} {{ social.icon }} {% endfor %}
{{ site.topbar.right_html }}
{% endif %}
{{ site.name }}
    {% for item in menus.header %}
  • {{ item.title }} {% if item.children.size > 0 %}
      {% for child in item.children %}
    • {{ child.title }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}