{% extends "partials/base.html" %} {% load static %} {% block title %}Chat{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block pagetitle %} {% include "partials/page-title.html" with pagetitle="Apps" title=" Chat" %} {% endblock pagetitle %} {% block content %}
Please enter your messsage
{% endblock content %} {% block extra_js %} {% endblock extra_js %}