{% include 'onlineanywhere_navbar.html' %} {% if current_user.is_authenticated %} {% include 'onlineanywhere_side_navbar.html' %} {% else %} {% endif %}


{% block content %} {% endblock %}