{% comment %} # # This layout uses bootstrap with lux theme # {% endcomment %} {% include git-wiki/defines/defines.html %} {% if site.inc_before_head %} {% include {{ site.inc_before_head }} %} {% endif %} {% include git-wiki/sections/head/meta.html %} {% include git-wiki/sections/head/scripts.html %} {% include git-wiki/sections/head/styles.html %} {% comment %} Hacky-Fix for lux theme {% endcomment %} {% if site.inc_after_head %} {% include {{ site.inc_after_head }} %} {% endif %}
{% include git-wiki/sections/header/header.html %}
{% include git-wiki/sections/tools/tools.html %} {% include git-wiki/components/toc/toc.html %} {% if site.inc_before_content %} {% include {{ site.inc_before_content }} %} {% endif %}
{{ content }}
{% if site.inc_after_content %} {% include {{ site.inc_after_content }} %} {% endif %}
{% include git-wiki/sections/footer/footer.html %}
{% include git-wiki/sections/tail/tail.html %}