{% set page_title = 'Minimal Agency - Blog' %} {% extends 'layouts/layout-minimal-agency.html' %} {% block content %}
  • All
  • Nature
  • Cities
  • Branding
  • Design
{% for i in [1, 2, 3, 4] %} {% set post = posts[i] %}

{{ post.title }}

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