{% extends "section.html" %} {% block body %} {% set page_class = "blog list" %} {% endblock body %} {% block header %} {# This value is matched by the config.extra.menu.main->section #} {% set current_section = "blog" %} {{ macros_header::header(current_section=current_section)}} {% endblock header %} {% block content %}

Latest Updates

Updates and techincal articles from the team and contributors

{% for page in paginator.pages %}

{{ page.title }}

{{page.description | safe }}

Read more
{% endfor %} {% if paginator.previous or paginator.next %} {{ macros_section_nav::navigation(paginator=paginator) }} {% endif %}
{% endblock content %}