Add basic views

This commit is contained in:
Rowan Manning
2013-09-13 17:20:38 +01:00
parent 433aecd972
commit f951f7c734
10 changed files with 81 additions and 3 deletions

12
view/task.html Normal file
View File

@@ -0,0 +1,12 @@
{{#content "title"}}
Task: {{task.url}} ({{task.standard}})
{{/content}}
<a href="/">&laquo; all tasks</a>
<h1>Task: {{task.url}} ({{task.standard}})</h1>
<p><b>TODO: Get and display results.</b></p>
{{> tasks}}