{% 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') %}
{{ game.meta.picture_alt }}
{{ game.meta.title }}
{{ game }} Learn More
{% endfor %} {% endcall %}