{% if page.title != "The Paper Pilot" %}

{{ page.title }}

{% endif %}
{% for section in page.sections %}
{{ section }}
{% endfor %} {% if page.links %} {% for link in page.links %} {% assign split = link | split: "|" %} {{ split[0] }} {% endfor %} {% endif %}
{% if page.cards %} {% for card in page.cards %} {% for page in site.content %} {% if page.title == card %} {% if page.nocard %} {{ page.content }} {% else %}
{% if page.embed %}
{% else %} {{ page.content | markdownify }} {% endif %}
{% endif %} {% endif %} {% endfor %} {% endfor %} {% elsif page.nocard %} {{ content }} {% else %}
{{ content }}
{% endif %} {% if page.tags.size > 0 %}
{% for tag in page.tags %} {{ tag }} {% endfor %}
{% endif %}