go-job-visualizer/template.html

9 lines
150 B
HTML
Raw Normal View History

2019-11-07 22:50:52 +00:00
<html>
<table>
{{ range .Jobs }}
<tr>
<td>{{ .Description }}</td>
</tr>
{{ end }}
</table>
</html>