{% set header_title = 'Community and Store HTML Game Template' %} {% extends 'layouts/layout-1.html' %} {% macro tabs_news(first, next, category) %} {% if first >= 0 %}
{{ posts[first].title }} {% if category %} {{ category | safe }} {% endif %}

{{ posts[first].title }}

{{ posts[first].date }} {{ posts[first].comments_count }} comments
{{ posts[first].excerpt | safe }}
{% endif %} {% if next %} {% for next_item in next %}

{{ posts[next_item].title }}

{{ posts[next_item].excerpt | safe }}
{% endfor %} {% endif %} {% endmacro %} {% block content %}
{% set top_slider = [ { 'img': 'assets/images/slide-1.jpg', 'thumb': 'assets/images/slide-1-thumb.jpg', 'content': '

As we Passed, I remarked

As we passed, I remarked a beautiful church-spire rising above some old elms in the park; and before them, in the midst of a lawn, chimneys covered with ivy, and the windows shining in the sun.

Read More ' }, { 'img': 'assets/images/slide-2.jpg', 'thumb': 'assets/images/slide-2-thumb.jpg', 'content': '

He made his passenger captain of one

Now the races of these two have been for some ages utterly extinct, and besides to discourse any further of them would not be at all to my purpose. But the concern I have most at heart is for our Corporation of Poets, from whom I am preparing a petition to your Highness, to be subscribed with the names of one...

Read More ' }, { 'img': 'assets/images/slide-3.jpg', 'thumb': 'assets/images/slide-3-thumb.jpg' }, { 'img': 'assets/images/slide-4.jpg', 'thumb': 'assets/images/slide-4-thumb.jpg', 'content': '

At length one of them called out in a clear

TJust then her head struck against the roof of the hall: in fact she was now more than nine feet high...

Read More ' }, { 'img': 'assets/images/slide-5.jpg', 'thumb': 'assets/images/slide-5-thumb.jpg', 'content': '

For good, too though, in consequence

She gave my mother such a turn, that I have always been convinced I am indebted to Miss Betsey for having been born on a Friday. The word was appropriate to the moment.

My mother was so much worse that Peggotty, coming in with the teaboard and candles, and seeing at a glance how ill she was, - as Miss Betsey might have done sooner if there had been light enough, - conveyed her upstairs to her own room with all speed; and immediately dispatched Ham Peggotty, her nephew, who had been for some days past secreted in the house...

Read More ' } ] %} {% for item in top_slider %}
{% if item.content %}
{{ item.content | safe }}
{% endif %}
{% endfor %}

Latest News

{% for i in [0, 1, 2, 3, 4, 5] %} {% set post = posts[i] %}
{{ post.title }}
{{ post.title }}

{{ post.title }}

{% if post.categories %} {{ post.categories[0] | safe }} {% endif %}
{{ post.excerpt | safe }}
Read More
{{ post.date }}
{% endfor %}
{{ posts[0].categories[0] | safe }}

{{ posts[0].title }}

{{ posts[0].excerpt | safe }}
Read More
{{ posts[0].date }}
{% for i in [4, 5, 6, 7] %} {% set post = posts[i] %} {% endfor %}

Latest Posts

{% for i in [4, 5] %} {% set post = posts[i] %} {% endfor %}

Latest Matches

Now Playing
VS

As she said this she looked down at her hands and was surprised to see.

Match Details

Tabbed News

{{ tabs_news(1, [6, 8], 'Action') }}
{{ tabs_news(0, [4], 'MMO') }}
{{ tabs_news(2, [3], 'Strategy') }}
{{ tabs_news(5, false, 'Adventure') }}
{{ tabs_news(6, [2, 3], 'Racing') }}
{{ tabs_news(4, false, 'Indie') }}

Latest Pictures

Best Selling

{% for i in [10, 11, 12, 13] %} {% set product = shop[i] %}
{{ product.title }}

{{ product.title }}

{{ product.rating | safe }}
{{ product.price }}
Add to Cart
{% endfor %}
{% endblock %}