{% if include.object.image %} {% assign header_image_path = include.object.image.path | replace: '/assets/images', '' %} {% picture header_image {{header_image_path}} alt=include.object.image.alt%} {% endif %}
{% if include.object.sections %} {% if include.object.showcase_image %}
{% include flow_inner.html sections=include.object.sections %}
{% assign image_path = include.object.showcase_image.path | replace: '/assets/images/','' %} {% if include.object.showcase_image.svg %} {{include.object.showcase_image.alt}} {% else %} {% picture feature_block_image {{image_path}} alt=include.object.showcase_image.alt %} {% endif %}
{% else %} {% include flow_inner.html sections=include.object.sections %} {% endif %} {% else %}

{{include.object.title}}

{{include.object.description}}

{% assign author = site.data.authors[page.author] %} {% if author %} Posted by {{ author.name }} on {{include.object.date | date: "%A, %B %-d, %Y" }} {% endif %} {% endif %}