{% extends "base.html" %}
{% block title %}Welcome to the {{ CTF_NAME }}{% endblock %}
{% block head %}
{{ super() }}
{% include "chat_components/auto_fill_chat.html" %}
{% endblock %}
{% block content %}
{% include "chat_components/chat_screen.html" %}
{% endblock %}