title = "Blog" url = "/blog" layout = "default" is_hidden = 0 [viewBag] localeUrl[id] = "/blog" [newsPosts] pageNumber = "{{ :page }}" postsPerPage = 10 noPostsMessage = "No posts found" sortOrder = "published_at desc" postFeatured = 0 postPage = "news/post" == {% set posts = newsPosts.posts %}

{{ 'BLOG' |_}}

{{ 'TAP INTO FORWARD THINKING' |_}}

{% for post in posts %}
{{ post.title }}

{{ post.title }}

{{ post.published_at|date('Y-m-d') }}
{{ post.introductory|raw }}
{% endfor %}