summaryrefslogtreecommitdiff
path: root/widgets/comments/comments.html
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/comments/comments.html')
-rw-r--r--widgets/comments/comments.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/comments/comments.html b/widgets/comments/comments.html
new file mode 100644
index 0000000..7c580be
--- /dev/null
+++ b/widgets/comments/comments.html
@@ -0,0 +1,7 @@
+<h1 class="title" data-bind="title"></h1>
+<div class="comment-container">
+ <h3><img data-bind-src='current_comment.avatar'/><span data-bind='current_comment.name' class="name"></span></h3>
+ <p class="comment" data-bind='quote'></p>
+</div>
+
+<p class="more-info" data-bind="moreinfo"></p>