{% 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 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 %}
{{friend.username}} {% if friend.isonline: %}
{% endif %}

{{friend.username}}

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

You have no friends

{% endif %}

Recently Played

{% 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.. maybe go play one!

{% endif %}
{% endblock %}