{# templates/Application//main.html.twig #} {% block title %}{% endblock %} - {{ settings.get('game_title') }} | {{ settings.get('seo_description') }} {% block stylesheets %} {% endblock %} {% block seo %} {% endblock %}
{{ settings.get('seo_description') }}
{% set _sidebar_html %} {% block sidebar %} {% include 'Application/' ~ settings.get('theme') ~ '/includes/aside.html.twig' %} {% endblock %} {% endset %} {% set _has_sidebar = _sidebar_html|trim is not empty %}
{% block body %}
Aktualizacja 0.9.2 Sezon S-03 Wydarzenie trwa

MMORPG 2D pixelart: eksploruj, zbieraj loot, awansuj i dominuj w rankingu.

Centrum dowodzenia: nowości, krótkie ogłoszenia, ostatnie przedmioty w sklepie, TOP 10 i status serwera.

128Graczy online
+12Nowe itemy
3Wydarzenia
{% if app.request.attributes.get('_route') != 'home.news' %} {{ render(path('home.news_block', { _locale: app.request.locale })) }} {% endif %} {% endblock %}
{% if _has_sidebar %} {{ _sidebar_html|raw }} {% endif %}
{% if not app.user %} {% endif %} {% block javascripts %} {% endblock %}