{% extends 'bootstrap/base.html' %} {% block styles %} {{ super() }} {% endblock %} {% block title %} {% if title %}{{ title }} - The Hunt{% else %}Welcome to The Hunt{% endif %} {% endblock %} {% block navbar %} Toggle navigation The Hunt Home {% if current_user.is_authenticated %} Create Game {% endif %} {% if current_user.is_anonymous %} Login {% else %} {{ current_user.name }}{% if game is defined %}/{{ game.name }}{% endif %} Logout {% endif %} {% endblock %} {% block content %}