{% include head.html %}
{% include navbar.html %}
main
{% for t in site.data.tabs %}
{{ t.name }}
{% endfor %}
{% for t in site.data.tabs %}
{% include {{ t.fp }} %}
{% endfor %}
{{ content }}
{% include footer.html %}