{% macro post_listing(post) %}

{{ post.meta.title }}

{{ _self.meta(post) }}
{{ post.meta.description }}
{% endmacro %} {% macro meta(post) -%}
{{ post.meta.date.format("Y-m-d") }} {% for tag in post.meta.tags -%} {{ tag }} {%- endfor %}
{%- endmacro %} {% macro embed(game) %} {% if game.meta.steam %} {{ _self.steamwidget(game.meta.steam) }} {% endif %} {% if game.meta.itch %} {{ _self.itchwidget(game.meta.itch) }} {% endif %} {% endmacro %} {% macro steamwidget(steam_id) %} {% endmacro %} {% macro itchwidget(itch_id) %} {% endmacro %}