{% extends 'bootstrap/base.html' %} {% 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 %} Logout {% endif %} {% endblock %} {% block content %}