{% set page_title = 'Minimal Classic Agency - Single Post' %} {% set post = posts[5] %} {% set header_title = post.title %} {% set header_show = true %} {% set header_title_show = false %} {% set header_image = post.thumb_full %} {% extends 'layouts/layout-minimal-classic-agency.html' %} {% block content %}

{{ post.title }}

{% include "shared/blog-content.html" %}
Share: Facebook, Twitter, Pinterest
{% include "shared/blog-comments.html" %} {% include "shared/blog-comments-reply.html" %}
Previous Post Next Post
{% endblock %}