{% extends "/themes/default/index.html" %} {% block css %} {{ parent() }} {% endblock %} {% block main %}

{{ title }}

{% if remain.value %}

{{ remain.title }} {{ remain.value }}

{% endif %} {% if description %}

{{ description }}

{% endif %}
{% endblock %} {% block js %} {{ parent() }} {% endblock %}