socketify.py/examples/templates/jinja2_home.html

4 wiersze
120 B
HTML

{% extends "jinja2_base.html" %}
{% block body %}
<p>this is the body content. {{ message }}</p>
{% endblock body %}