summaryrefslogtreecommitdiffstats
path: root/manas/templates/header.html
blob: bb72cd92ee373433c23e9000b72908e37dc72e21 (plain)
1
2
3
4
5
6
7
<html xmlns:py="http://genshi.edgewall.org/" py:strip="">
<py:def function="header">
  <div id="header" class="head">
     Manas
  </div>
</py:def>
</html>