{% extends "base.html" %} {% block body_class %}no-sidebar{% endblock %} {% block opengraph %} {# Error pages don't have the context loaded, so disable opengraph to keep it from spewing errors #} {% endblock %} {% block body_main %} {% if not request.user.is_authenticated and current_page == "about" and config.signup_allowed %} Sign Up {% else %} Home {% endif %} {{ config.site_name }} {% if request.user.is_authenticated %} Back {% else %} Login {% endif %}