--- layout: base.njk ---
{% if game.logo %} {% endif %}

{{ game.name }}

{% if game.tagline %}

{{ game.tagline }}

{% endif %}
v{{ game.version }} {{ game.release_date | dateFormat }} {% if game.genre %}{{ game.genre }}{% endif %} {% if game.players %}{{ game.players }}{% endif %} {% if game.engine %}{{ game.engine }}{% endif %}
{% if game.screenshots and game.screenshots.length %}
{% for img in game.screenshots %} Captura {{ loop.index }} de {{ game.name }} {% endfor %}
{% endif %}
{{ game.description | markdown | safe }}

Descargar

{% for dl in game.downloads %} {{ dl.platform }} {{ dl.size }} {% endfor %}
{% if game.tags %}
{% for tag in game.tags %} {{ tag }} {% endfor %}
{% endif %} ← Volver al catálogo