{% set header_title = 'Blog Masonry 3 Columns' %} {% extends 'layouts/layout-1.html' %} {% block content %}
{% for post in posts %}

{{ post.title }}

{{ post.excerpt_sm | safe }}
{% endfor %}
Load More Posts
{% endblock %}