{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %} {% capture url %}{% if lchar == "/" %}{{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 %} {% if site.custom_sidebar %} {% include sidebar.html %} {% endif %}