{% comment %} congratulations! you've found it. {% endcomment %} {% assign base = '' %}{% assign depth = page.url | split: '/' | size %}{% if depth <= 1 %}{% assign base = '.' %}{% elsif depth == 2 %}{% assign base = '..' %}{% elsif depth == 3 %}{% assign base = '../..' %}{% elsif depth == 4 %}{% assign base = '../../..' %}{% endif %} {% include meta.html %} {% include css.html %} {{ page.title }} {% include navbar.html %}

{{ page.title }}

{{ content }}