uchat / templates /tests.html
shoom013's picture
Upload 76 files
203f582 verified
raw
history blame
197 Bytes
{% extends "base_generic.html" %}
{% block content %}
<h1>uchat prototip</h1>
<div>
</div>
<p>You have visited this page {{ num_visits }} time{{ num_visits|pluralize }}.</p>
{% endblock %}