Add scripts to create myops-getqueryview:
[myops.git] / web / query / templates / partials / header.html
1 <div id="header">
2   <div id="account"></div>
3   <h2><a href="{{ index }}">{{ blogName }}</a></h2>
4   <div id="feeds">
5     Atom feeds of
6     <a href="{{feedPath}}">posts</a> &amp;
7     <a href="{{commentsFeed}}">comments</a>.
8   </div>
9 </div>