{% if site.show_frame %}
{% else %}
{% endif %}
{% if site.plugins contains "jekyll-feed" %}{% endif %}
{% if page.mathjax or site.mathjax %}
{% endif %}
{% if site.comments.disqus_shortname and page.layout == "post" %}{% endif %}
{% if site.comments.isso_domain and page.layout == "post" %}{% endif %}
{% if site.show_sidebar or site.sidebar %}{% include sidebar.html %}{% endif %}
{% if site.navigation %}
{% assign pages = site.navigation %}
{% else %}
{% assign pages = site.pages | where_exp: "item", "item.title and item.sitemap != false" | sort: "order" %}
{% endif %}