{%- if include.posts.size > 0 -%} {%- for post in include.posts limit:1 -%}
{{ post.title | escape }}
{%- assign date_format = site.dateFormats[site.lang] | default: "%b %-d, %Y" -%} {{ post.date | date: date_format }}

{{ post.excerpt | strip_html }}

{%- endfor -%} {%- if include.posts.size > 1 -%} {%- for post in include.posts offset:1 limit:4 -%}
{{ post.title | escape }} {{ post.date | date: site.dateFormats[site.lang] | default: "%b %-d, %Y"}}
{%- endfor -%} {%- endif -%} {%- else -%}
  • Nothing to see here...
  • {%- endif -%}