{# Logo and title #}
{% if config.extra.logo %} {% endif %}
{{ config.site_name }}
{% if config.extra.version %} v{{ config.extra.version }} {% endif %}
{# Toolbar with buttons and search #}
{% if config.extra.history_buttons %}
{% endif %}
{# This button is hidden, but exists because an element with data-toggle attr is relied on by bootstrap. #}
{%- block repo %} {%- if config.repo_url %}
{%- if config.repo_name == 'GitHub' %} {%- elif config.repo_name == 'Bitbucket' -%} {%- endif -%} {{ config.repo_name }}
{%- endif %} {%- endblock %}