{% load i18n gravatar plugins spb_extra %} {% load static from staticfiles %} {% block head_css %} {% endblock %} Software Público Brasileiro Portal do Software Público Brasileiro {% if not user.is_authenticated %} Cadastre-se Entrar {% else %} {% gravatar user.email %} {% gravatar user.email %} {{ user.get_full_name }} {{ user.email }} Meu perfil Sair {% endif %} {% block main_content %} {% endblock %}