{% extends "layout.html" %} {% block ogpdesc %}{{ this.shortbody }}{% endblock %} {% block ogptitle %}{{ this.title }} | Queerscriptors{% endblock %} {% block twitterdesc %}{{ this.shortbody }}{% endblock %} {% block twittertitle %}{{ this.title }} | Queerscriptors{% endblock %} {% block page %} {% include 'header.html' %}

{{this.title}}

{{ _("Game Description") }}

{{this.body}} {% if this.weblate %}

{{ _("Weblate status") }}

Translation status {% endif %}
{% endblock %}