{% extends 'base.html' %} {% load static %} {% block content %}

Welcome to the {{ test_name }}

{% csrf_token %}
{% endblock %}