{% extends "section.html" %} {% import 'macros/card.html' as macros_listing -%} {% block body %} {% set page_class = "app-list" %} {% endblock body %} {% block header %} {# This value is matched by the config.extra.menu.main~section #} {% set current_section = "apps" %} {{ macros_header::header(current_section=current_section)}} {% endblock header %} {% block content %}
{% set games_section = get_section(path="games/_index.md") %}

Quick facts

{% set posts = games_section.pages %}

We currently list {{ posts | length }} games.

Filter by

{% for taxonomy in config.taxonomies %} {% endfor %}

{{ section.title }}

{{ section.content | safe }}
{{ macros_listing::listing_card() }}
{% endblock content %}