{% block title %}
Ambitious Server
{% endblock %}
{% load static %}
{% block sidebar %}
{% if user.is_authenticated %}
User: {{ user.get_username }}
Logout
{% else %}
Login
{% endif %}
Home
Account
All authors
{% endblock %}
{% block content %}{% endblock %}