{% set title = "News" %} {% set title_image = "/img/section-news.png" %} {% extends "lib/section.html.j2" %} {% block content %} {% for news in glob("news/*.md") | map('markdown') %}