{% extends 'base.html' %} {% block title %} Text message page {% endblock %} {% block content %}

{{ text_msg }}

{% endblock %}