{% 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 }} {% if game.meta.steam_widget_url %}
{% endif %} {% if game.meta.itch_io_widget_url %}
{% endif %}
{% endfor %} {% endcall %}