--- layout: "default_with_menu" --- {%- assign authors = site.posts | where: "layout", "author" -%} {%- assign back_covers = site.posts | where: "layout", "back_cover" -%} {%- assign posts = site.posts | where: "layout", "post" | concat: back_covers -%} {%- assign supporters = site.posts | where: "layout", "supporter" -%} {%- assign prev = page | prev: posts -%} {%- assign next = page | next: posts -%}
{% include embed_responsive.html src=page.image.path alt=page.image.description x=2 y=1 width=780 embed_class="shadow" img_class="w-100 h-100 object-fit-cover" %}
{% include headings/h1.html class="text-uppercase black hover-black letter-spacing-4 font-weight-bold mb-12 mt-5" text=page.title %}
{% unless page.authors_title == empty %} {% include headings/h2.html class="text-uppercase black hover-black letter-spacing-8 mt-50 mb-4" text=page.authors_title %} {% endunless %} {% unless authors == empty %} {% for author in authors %} {% include author_block.html title=author.alias links=author.projects %} {% endfor %} {% endunless %} {% unless page.content_title == empty %}
{% include headings/h2.html class="text-uppercase black hover-black letter-spacing-4 mb-12 mt-5" text=page.content_title %}
{% endunless %} {% unless page.content == empty %}
{{ content }}
{% endunless %} {% unless page.supporters_title == empty %}
{% include headings/h2.html class="text-uppercase black hover-black letter-spacing-4 mb-12 mt-5" text=page.supporters_title %}
{% endunless %} {% unless supporters == empty %}
{% for supporter in supporters %}
{% include image_supporter.html src=supporter.image.path alt=supporter.image.description href=supporter.link width=576 %}
{% endfor %}
{% endunless %} {% unless page.final_message == empty %}

{{ page.final_message }}

{% endunless %}