{% if page.description %} {% assign description = page.description %} {% else %} {% capture description %}{% include site-description.html %}{% endcapture %} {% endif %} {% capture title %}{% if page.title == "none" %}{{ site.title }} - {{ description }}{% else %}{{ page.title }} | {{ site.title }}{% endif %}{% endcapture %} {% capture relative_path %}{{ page.url | remove_first: page.path_prefix | remove: "index.html" }}{% endcapture %} {% if page.redirect %} {% endif %} {{ title }}
{{ content }}