{% assign post = include.post %} {% assign no_link_title = include.no_link_title %} {% assign no_excerpt = include.no_excerpt %} {% assign hide_image = include.hide_image %} {% assign hide_description = include.hide_description %} {% assign show_gallery = include.show_gallery %} {% assign show_video = include.show_video %} {% assign show_iframe = include.show_iframe %} {% assign hide_dates = include.hide_dates | default:site.pivoine.hide_dates %} {% assign hide_posted_in = include.hide_posted_in %}

{% unless no_link_title %}{% endunless %} {{ post.title }} {% unless no_link_title %}{% endunless %}

{%- unless hide_posted_in -%} {%- endunless -%} {% assign alt = false %} {% unless hide_image %}{% if post.image %} {% unless no_link_title %}{% endunless %} {% unless no_link_title %}{% endunless %} {% assign alt = '' %} {% endif %}{% endunless %} {% include components/message.html text=post.description hide=hide_description alt=alt %}
{% if no_excerpt %} {% if post.gallery %} {% endif %} {% if post.sound %} {% assign sounds = site.data.sounds | where: 'slug', page.sound %}
{% for track in sounds.first.tracks %} {% endfor %}
{{ sounds.first.artist }} - {{ track.title }} {{ site.data.strings.download }}
{% endif %} {{ post.content }} {% else %} {% capture post_title %}{{ post.title }}{% endcapture %} {% assign text = site.data.strings.continue_reading | default:"Continue reading " %} {% endif %}