add ejs and make some views

This commit is contained in:
s2
2016-11-10 15:01:20 +01:00
parent c86d2c73b9
commit be1711a8ab
5 changed files with 1801 additions and 34 deletions

1
views/task-item.ejs Normal file
View File

@@ -0,0 +1 @@
<li class="list-group-item"><%= title %></li>