{% extends "components-wrapper/_layout.html" %} {% import "components-macros/_news-list.html" as list with context %} {% block content %}

{{ page.title }}

{% include 'components/_breadcrumbs.html' %}

Last news

{{ list.newsList('news-list--home', 3, news ) }}
{% endblock %}