{{meta_title ?? title}}

{{currentOffset = '' }} {{if currentPage == null}} {{currentPage = 1}} {{elseif currentPage > 1}} {{currentOffset = (currentPage - 1) * 6}} {{else}} {{currentOffset = 0}}{{/if}} {{ collection:blogs title:isnt="Blog" paginate="6" offset="{{currentOffset}}" as="posts" sort="date:desc" }} {{ realTotalPages = '{{ collection:count in="blogs" title:isnt="Blog" }}'}}
{{posts}} {{ if no_results }}

No posts were found.

{{ else }}
{{if hero_image}} {{assets:hero_image}} {{ alt }} {{/assets:hero_image}} {{/if}}
{{title}}
{{ content }} {{ if type == "text" && first }} {{ text | RemoveInlineStyle | truncate(180, '...') }} {{/if}} {{/content }}

Read more

{{ /if }}{{/posts}}
{{ paginate }} {{partial:home-blog-pagination}} {{ /paginate }} {{ /collection:blogs }}

Article Categories

{{ taxonomy:blog_categories }} {{/taxonomy:blog_categories}}