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: #}