aboutsummaryrefslogtreecommitdiffstats
path: root/templates/chat.html
blob: 584bde531453a915f97be1f0b55fdf58d739eb13 (plain)
1
2
3
4
5
6
{% include "head.html" %}
<div class="content">
  <h1>Chat</h1>
</div>
{% include "foot.html" %}
{# vi:set et sw=2 ts=2: #}