prototype of comments
This commit is contained in:
parent
9cdf2326b8
commit
11147482d2
11 changed files with 216 additions and 5 deletions
8
views/comment.ejs
Normal file
8
views/comment.ejs
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class='main'>
|
||||
<div class="header-big">
|
||||
<div><%= username %> </div>
|
||||
<div><%= new Date(date) + '' %> </div>
|
||||
</div>
|
||||
<div><%= content %></div>
|
||||
<%- include ('vblock.ejs', {link: `/walls/get${opLink}/0`, icon: '/icon.svg', name: 'Replies'}) %>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue