+
+ {% for item in site.data.index.tabs %}
+ {% if page.dir == item.path or page.dir == "/" and item.default_tab and item.default_tab == "yes" %}
+ {% for entry in item.subitems %}
+ {% if entry.path %}
+
+ {% else %}
+
{% endif %}
+
+ {{ entry.title | markdownify }}
+ {{ entry.description }}
+
+ {% endfor %}
+ {% endif %}
{% endfor %}
+
+
+
+
+
+ {% include legal.html %}
+ {% include footer.html %}
+ {% include search.html %}
- {% include legal.html %}
- {% include footer.html %}
- {% include search.html %}
+
-
-
+