{% if PageIsChapter %}
{%- unless SiteIsDoc -%}

{{ page.weight | slice: 0,3 }}

{%- endunless -%} {% else %} {%- unless SiteIsDoc -%} {%- include {{ SitePage | append : 'subtitle.liquid' }} -%} {%- endunless -%}
{% endif %} {%- unless SiteIsDoc -%} {{ page.content | markdownify }} {%- endunless -%} {%- unless PageIsChapter -%} {%- include {{ SiteContent | append : 'more.liquid' }} -%} {% include {{ SitePage | append : 'util.liquid' }} %} {%- if page.break -%} {% for i in (1..page.break) %}
{% endfor %} {%- endif -%} {%- if page.chart -%} {%- include {{ SiteContent | append : 'chart.liquid' }} -%} {%- endif -%} {%- if page.number -%}
{%- include {{ SiteContent | append : 'loop.liquid' }} type="number" -%}
{%- endif -%} {%- if page.pies -%} {%- endif -%} {%- if page.roller -%} {%- include {{ SiteContent | append : 'roller.liquid' }} -%} {%- endif -%} {%- if page.artwork -%} {%- include {{ SiteContent | append : 'artwork.liquid' }} -%} {%- endif -%} {%- if page.form -%} {%- include {{ SiteContent | append : 'loop.liquid' }} type="form" -%} {%- endif -%} {%- if page.header -%} {%- include {{ SiteContent | append : 'header.liquid' }} -%} {%- endif -%} {%- if page.screen -%}
{%- include {{ SiteContent | append : 'loop.liquid' }} type="screen" -%}
{%- endif -%} {%- if page.loader -%}
{%- include {{ SvgIcon }} type="carrier" -%}
{%- include {{ SvgIcon }} type="carrier" -%}
{%- include {{ SvgIcon }} type="carrier" -%}
{%- endif -%} {%- if page.ticker -%}
{{ page.ticker }}
{%- endif -%} {%- if page.button -%} {%- include {{ LoopButton | append : 'example.liquid' }} -%} {%- endif -%} {%- if page.row -%} {%- include {{ SiteContent | append : 'row.liquid' }} -%} {%- endif -%} {%- if page.yousaved -%} {%- include {{ SiteContent | append : 'loop.liquid' }} type="yousaved" -%} {%- endif -%} {%- if SiteIsDoc -%} {%- if page.content -%} {% assign length = page.content | size %} {%- if length > 1 -%}
{{ page.content | markdownify }}
{%- endif -%} {%- endif -%} {%- endif -%} {%- endunless -%}