{% seo %}
{{ site.title | default: site.github.repository_name }}
{{ site.description | default: site.github.project_tagline }}
{% if site.github.is_project_page %}
View on GitHub
{% endif %} {% if site.show_downloads %}
Download .zip
Download .tar.gz
{% endif %}
Navigation
Overview
Demo
{% for item in site.data.navbar.toc %}
{{ item.title }}
{% for entry in item.subfolderitems %}
{{ entry.page }}
{% endfor %}
{% endfor %}
{{ content }}