{% include "base-header.html" %}

{{ title | markdown | safe }}

{{ content | safe }}
{%- set top = 3 -%} {%- for content in collections.posts | reverse -%} {%- if (loop.index <= top) and (top <= loop.length) -%} {%- if content.data.coverImage -%} {{ content.data.imageDescription }} {%- else -%}
{%- endif -%}
{%- endif -%} {%- endfor -%}

...read more in the blog

{% include "base-footer.html" %}