{#<?php#}
{% import 'grid_classes.html.twig' as grid %}

<div class="{% if layout == '0' %}container {% endif %}entry-content{% if theme.theme_mod('flow_text_content') == 1 %} flow-text{% endif %}" itemprop="description">
	{% if theme.theme_mod('blog_mode', 'excerpt') == 'excerpt' %}
		{{ post.get_preview(theme.theme_mod('excerpt_length', 40), false, theme.theme_mod('read_more')) }}
	{% else %}
		{{ post.content }}
	{% endif %}
</div>
