default.html 0000644 00000000671 15025016527 0007065 0 ustar 00
{%- include head.html -%}
{%- include preloader.html -%}
{%- include navbar.html -%}
{%- include sidebar.html -%}
{{ content }}
{%- include footer.html -%}
{% include foot.html -%}
page.html 0000644 00000000402 15025016527 0006345 0 ustar 00 ---
layout: default
---
{% if page.title and page.title != blank %}
{% endif %}
{{ content }}