{% extends "components-wrapper/_layout.html" %} {% import "components-macros/_news-list.html" as list with context %} {% block content %} {{ super() }} {{ page.title }} {% include 'components/_breadcrumbs.html' %} {{ list.newsList('') }} {% endblock %}