{% block title %}
SomeTibia
{% endblock %}
{% load static %}
SomeTibia
Register now!
{% block sidebar %}
{% if user.is_authenticated %}
User: {{ user.get_username }}
Logout
{% else %}
Login
{% endif %}
Home
{% if user.is_authenticated %}
My characters
Getting started
{% endif %}
{% endblock %}
{% block content %}{% endblock %}