I have template html that is using bootstrap. Here is the code:
{% extends "base.html" %} {% block title %}{{session.name}}{% endblock %} {% block c