{% set title = 'Chat Application' %} {% set filename = 'application-chat.html' %} {% extends 'layouts/master.html' %} {% block content %}

Chat Application

An application for user to check Chat inbox

Coming Soon!
If you want to contribute. Check out this template repository.
{% endblock %}