]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/node/revision.html
ALteration of the schema to a single content model. As a bonus there is a complete...
[osqa.git] / forum / skins / default / templates / node / revision.html
1 {% spaceless %}\r
2     {% if title %}<h1>{{ title }}</h1>{% endif %}\r
3     <div class="text">{{ html }}</div>\r
4     {% if tags %}\r
5         <div class="tags">\r
6             {% for tag in tags %}\r
7             <a class="post-tag">{{ tag }}</a>\r
8             {% endfor %}\r
9         </div>\r
10     {% endif %}\r
11 {% endspaceless %}