{% from "lib/section.html" import section %} {% call section(gettext("Games"), "games", "/img/section-games.png", title_picture_offset = "0px", title_color = "var(--color-primary)" ) %} {% for game in glob("games/*.md") | map('markdown') %}
{% endfor %} {% endcall %}