{%- if page.robots %}
{%- endif %}
{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}
{%- assign cacheBust = site.time | date:'?v=%s' %}
{% include layout/navbar.html %}
{{ content }}
{% include layout/footer.html %} {% unless page.disable_anchor %}{% endunless %}