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