{% extends '__layout__.html' %} {% block title %}Home{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if not isDiscordLinked: %}
Link your Discord Account and you will get a lifetime builders club membership for free
{%endif%}
{{currentuser.username}}

Welcome back

, {{currentuser.username}}!

{% if membershipValue == 1: %} {%endif%} {% if membershipValue == 2: %} {%endif%} {% if membershipValue == 3: %} {%endif%} Your account and friends are the quickest places to jump back into the site.

Friends ({{friendcount}})

View all
{% for friend in friends %}
{{friend.username}} {% if friend.isonline: %}
{% endif %}

{{friend.username}}

{% endfor %} {% if friendcount == 0: %}

You have no friends yet.

Explore games
{% endif %}

Recently Played

Browse games
{% for place in recentlyplayed %}
{{place.name}}
{{place.placeyear.value}}
{{place.name}}

{{place.playercount}} Playing

{% endfor %} {% if recentlyplayedcount == 0: %}

Looks like you haven’t played any games yet.

Play something now
{% endif %}
{% endblock %}