--- layout: "layouts/base" --- {% from "macros/date.njk" import format %} {% from "macros/utils.njk" import stars %} {% include "svgs/arrow-left.svg" %} Back to games {{ title }} {{ platform }} {% if subtitle %}{{ subtitle }}{% endif %} {% if rating %}{{ stars(rating) }}{% endif %} {% if year %} Released{{ year }} {% endif %} {% if playtime %} Playtime{{ playtime }} {% endif %} {% if pullquote %} Pullquote{{ pullquote }} {% endif %} {{ content | safe }} {{ format(page.date) }}