File size: 197 Bytes
203f582
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14

{% 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 %}