{{ site.title }}
{% for item in site.data.topnav %}
{{ item.title }}
{% endfor %}
{% if site.data.search %}
{% for param in site.data.search.params %}
{% endfor %}
{% endif %}
{{ content }}
{% include anchor-links.html %} {% include site-scripts.html %}