{% include site-head.html %} {% include site-header.html %}
{% if site.category_list %} {% for category in site.category_list %} {% for item in category.subs %} {% assign url = page.url | append: "index.html" %} {% if url == item.url %} {% assign isPageInCategories = true %} {% endif %} {% endfor %} {% endfor %} {% endif %}
{{ content }}