{% extends "patterns/base_page.html" %} {% load wagtailcore_tags wagtailimages_tags static %} {% block content %} {% include "patterns/molecules/title-block/title-block.html" with item=page tags=related_services %}
{% include "patterns/organisms/blog-listing/blog-listing.html" with blog_posts=blog_posts %}
{% if blog_posts.has_next %} {% include "patterns/atoms/see-more/see-more.html" with text="See more posts" fetch_data="blog-pages" %} {% endif %}
{% include_block page.call_to_action %} {% endblock %}