--- --- {%- capture this-id -%} {%- include tome-id tome=page -%} {%- endcapture -%} {%- assign this-id = this-id | split: '/' | first | strip -%} {%- capture is-page -%} {%- assign tokens = page.path | split: '/' -%} {%- if tokens.size == 1 and page.path != 'index.html' -%}true{%- else -%}false{%- endif -%} {%- endcapture -%} {% if this-id == '' %} {{ site.name }} | {{ site.tagline }} {% else %} {{ page.title }} | {{ site.name }} {% endif %} {% include head.html %} {% include header.html %}
{%- if is-page == 'false' -%} {% if this-id == '' %}

About site

{{ site.description }}

{% endif %} {% assign content = page.content | strip %} {% if this-id != '' %} Collection

{{ page.title }}

{{ page.subtitle }}

{% if content != '' %}

About collection

{{ page.content }}

{% endif %} {% include tome-info.html %} {% endif %} {% else %}

{{ page.title }}


{{ page.content | markdownify }} {% endif %}
{%- if is-page == 'false' -%}

Available tomes

{% endif %}
{% include footer.html %}