--- # default.html is the base layout for the site. it includes the skeletal # elements like the header, sidebar, and footer, that go # around every page on the site # --- {% include head.html %}
{% include site_header.html %} {{ content }}
{% include sidebar.html %}
{%-include scripts.html %}