diff --git a/templates/bg.jpg b/templates/bg.jpg new file mode 100644 index 0000000..2ca89dd Binary files /dev/null and b/templates/bg.jpg differ diff --git a/templates/table.html b/templates/table.html index f47bb0d..7440f99 100644 --- a/templates/table.html +++ b/templates/table.html @@ -3,6 +3,7 @@
| - {{.Course}} - | +
{{$cell.Course}} |
+ {{else if eq $colIndex 0}}
+ {{$cell.Course}} |
+ {{else}}
+ {{$cell.Course}} |
+ {{end}}
+ {{else}}
+ {{$cell.Course}} |
{{end}}
-