{% extends "base.html" %} {% block content %}
{% if user.is_authenticated %} Welcome {{ user.realname }}({{ user.username }}) Log Out {% endif %}
“The road to success is always under construction”
Lily Tomlin
Ubuntu
{% endblock %}