{{ widget("blog.post_published_on",{"font_style": currentWidget.getDesignOption("meta.font_style", "moto-text_system_11"),"spacing": {"top": "auto", "right": "auto", "bottom": "small", "left": "auto"},"align": currentWidget.properties.contentAlignment.date},{"currentPage": post}) }}
{% filter page_html_content(post, post.type ~ ':short_description') %}
{% include template_from_string(post.short_description) %}
{% endfilter %}
{{ widget("button", {"link": {"action": "blog.post", "properties":{"id": post.id, "anchor": ""}}, "label": currentWidget.properties.read_more_label|default('Read More'), "preset": currentWidget.getDesignOption("button.preset", "5"), "size": currentWidget.getDesignOption("button.size", "medium"), "align": currentWidget.properties.contentAlignment.button, "animation": "", "spacing":{"top": "auto", "right": "auto", "bottom": "small", "left": "auto"}}) }}