summaryrefslogtreecommitdiffstats
path: root/manas/templates/comments.html
blob: 629636a9a2754d4f7e0610b96196d50cdcdf9d28 (plain)
1
2
3
4
5
6
7
8
9
10
<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:py="http://genshi.edgewall.org/"
  py:strip="">
  Latest Comments!
  <div class="latest_comments" py:attrs="{'id': id}">
    <h2>${name}</h2>
    <div py:attrs="{'id': '%s_data' % id}">Data goes here</div>
  </div>
</html>