{% extends '__layout__.html' %} {% block title %}Home{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if not isEmailVerified: %}
Verify your email to secure your account and get a free item!
{%endif%} {% if not isDiscordLinked: %}
Link your Discord Account and you will get a lifetime builders club membership for free
{%endif%}

Hello, {{currentuser.username}}!

{% if membershipValue == 1: %} {%endif%} {% if membershipValue == 2: %} {%endif%} {% if membershipValue == 3: %} {%endif%}

Friends ( {{friendcount}} )

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

{{friend.username}}

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

You have no friends

{% endif %}

Recently Played

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

{{place.playercount}} Playing

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

Looks like you havent played any games yet, maybe you should go play one right now!

{% endif %}
{% endblock %}