9 lines
No EOL
151 B
Cheetah
9 lines
No EOL
151 B
Cheetah
{{template "head"}}
|
|
<h2>Task {{.ID}}</h2>
|
|
|
|
<div class="task-log">
|
|
{{range $t := .Log}}
|
|
{{ $t }}<br/>
|
|
{{end}}
|
|
</div>
|
|
{{template "tail"}} |