Add views and begin database
This commit is contained in:
parent
348545949a
commit
a15db5fb31
68 changed files with 709 additions and 90 deletions
3
src/app/views/collection/delete.zmpl
Normal file
3
src/app/views/collection/delete.zmpl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div>
|
||||
<span>Content goes here</span>
|
||||
</div>
|
||||
3
src/app/views/collection/get.zmpl
Normal file
3
src/app/views/collection/get.zmpl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div>
|
||||
<span>Content goes here</span>
|
||||
</div>
|
||||
8
src/app/views/collection/index.zmpl
Normal file
8
src/app/views/collection/index.zmpl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<body>
|
||||
@partial partials/header
|
||||
<div>
|
||||
<span>Content goes here</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
3
src/app/views/collection/patch.zmpl
Normal file
3
src/app/views/collection/patch.zmpl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div>
|
||||
<span>Content goes here</span>
|
||||
</div>
|
||||
3
src/app/views/collection/post.zmpl
Normal file
3
src/app/views/collection/post.zmpl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div>
|
||||
<span>Content goes here</span>
|
||||
</div>
|
||||
3
src/app/views/collection/put.zmpl
Normal file
3
src/app/views/collection/put.zmpl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div>
|
||||
<span>Content goes here</span>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue