{% extends "base/base.html" %} {% load static %} {% block content %}
{% csrf_token %}
{% for messages in messages %}{{ message }}{% endfor %}

Welcome to Snakeface!

The notebook token should be printed in the console where you ran the application.
{% endblock %} {% block scripts %} {% endblock %}