Add scripts to create myops-getqueryview:
[myops.git] / web / query / evently / account / loggedIn / mustache.html
1 <span>Welcome 
2 <a target="_new" href="/_utils/document.html?{{auth_db}}/org.couchdb.user%3A{{uri_name}}">{{name}}</a>! 
3 <a href="#logout">Logout?</a>
4 {{#postPath}}
5   <a href="{{postPath}}">{{postMessage}}</a>
6 {{/postPath}}
7 </span>