Add scripts to create myops-getqueryview:
[myops.git] / web / query / vendor / couchapp / evently / profile / profileReady / mustache.html
diff --git a/web/query/vendor/couchapp/evently/profile/profileReady/mustache.html b/web/query/vendor/couchapp/evently/profile/profileReady/mustache.html
new file mode 100644 (file)
index 0000000..62fe274
--- /dev/null
@@ -0,0 +1,8 @@
+<div class="avatar">
+  {{#gravatar_url}}<img src="{{gravatar_url}}"/>{{/gravatar_url}}
+  <div class="name">
+    {{nickname}}
+  </div>
+</div>
+<p>Hello {{nickname}}!</p>
+<div style="clear:left;"></div>
\ No newline at end of file