{% extends "main/base.html" %} {% block title %}WS Test{% endblock %} {% block og_title %}WS Test{% endblock %} {% block og_description %}A test page for our Websockets implementation{% endblock %} {% block content %}

Open your JS console to test

{% endblock %}