{% extends 'bootstrap/base.html' %} {% block title %} {% if title %}{{ title }} - IGDB{% else %}IGDB{% endif %} {% endblock %} {% block styles %} {% endblock %} {% block navbar %} IGDB Home (current) {% if current_user.is_anonymous %} Data {% else %} Data Administration {% endif %} {% if current_user.is_anonymous %} Login {% else %} Logout {% endif %} {% endblock %} {% block content %}