--- action: 'cmscontent:blog' template: inner protocol: all published: true name: 'Blog Post' url: /blog/:slug --- {% if featured_image %}
{{ featured_image.alt }}
{% endif %}
{{ partial('breadcrumb-bar') }}

{{ post.title }}

Published {{ post.published_on | date("F j, Y") }} In {{ post.type }}
{{ post.body | unescape }}
{% if profile_image %} {{ profile_image.alt }} {% endif %} {{ post.author_name }}
{{ post.user.user_bio|unescape }}