title = "Blog Post" url = "/blog/post/:slug" layout = "generic" is_hidden = 0 [blogPost] slug = "{{ :slug }}" categoryPage = "blog-category" == post)) $this->page->title = $this->post->title; $this->page->description = str_limit($this->post->summary, 60, "..."); } ?> == {% if post %}

{{ post.title }}

{% set post = blogPost.post %}
{{ post.content_html|raw }}
{% if post.featured_images.count %} {% endif %}

Posted {% if post.categories.count %} in {% for category in post.categories %} {{ category.name }}{% if not loop.last %}, {% endif %} {% endfor %} {% endif %} on {{ post.published_at|date('M d, Y') }}

{% else %}

Post not found

{% endif %}