{% if target.logo is defined %}{{target.display_name}}{% else %}

{{target.display_name}}

{% endif %}
{% block topnavbar %}
    {% for page in pages %} {% if page.parent is defined and page.parent == "index.html" %}
  • {{ page.name }}
  • {% endif %} {% endfor %}
{% endblock %} {% block githubedit %} {% include 'github-edit.html' %} {% endblock %} {% block searchbar %} {% if target.algolia_api_key is defined %} {% include 'algolia-docsearch.html' %} {% elif target.url is defined %} {% include 'google-search.html' %} {% endif %} {% endblock %} {% block languagedropdown %} {% include 'language-dropdown.html' %} {% endblock %}