{% capture url %}{% if page.url == "/" %}/index.html{% else %}{{ page.url | default: 'index.html' }}{% endif %}{% endcapture %}
{{ site.description | default: site.github.project_tagline }}
{% if site.github.is_user_page %} {% endif %} {% if site.show_downloads %} {% endif %} {% capture include_sidebar_content %}{% include sidebar.html %}{% endcapture %} {% unless include_sidebar_content contains "Liquid error" %} {% include sidebar.html %} {% endunless %}