--- layout: default ---
{%- assign breadcrumbs = page | breadcrumbs: 'category_previous' -%}

{{ page.title }}

{{ page.description }}

{{ content }}
{% for category in page.categories_next %} {% endfor %}
{%- assign about = site.posts | where: 'layout', 'about' -%} {% if page.posts == empty %} {%- for a in about -%} {%- if a.category_empty == empty -%}{%- continue -%}{%- endif -%}
{{ a.category_empty | markdownify }}
{%- break -%} {%- endfor -%} {%- else -%} {%- for a in about -%} {%- if a.how_to_help == empty -%}{%- continue -%}{%- endif -%}
{{ a.how_to_help | markdownify }}
{%- break -%} {%- endfor -%} {% for post in page.posts %} {% endfor %} {%- endif -%}