{% extends "base.html.twig" %} {% import "macros.html.twig" as macros %} {% block title %}{{ parent() }} — game: {{ game.meta.title }}{% endblock %} {% block body %}

{{ game.meta.title }}

{{ game_body|raw }}

{{ macros.embed(game) }}
{% for post in posts %} {{ macros.post_listing(post) }} {% endfor %} {% endblock %}