{% set post = posts[0] %} {% set page_title = 'Minimal Agency 2 - ' + post.title %} {% extends 'layouts/layout-minimal-agency-2.html' %} {% block content %}

{{ post.title }}

{% include "shared/blog-content.html" %}
Facebook Google+ Twitter Pinterest
{% include "shared/blog-comments-2.html" %} {% include "shared/blog-comments-2-reply.html" %}
Previous Post Next Post
{% endblock %}