initial commit
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
17
views/table.html
Normal file
17
views/table.html
Normal file
@ -0,0 +1,17 @@
|
||||
<table class="result">
|
||||
<tr>
|
||||
{{range .fields}}
|
||||
<th>{{.}}</th>
|
||||
{{end}}
|
||||
</tr>
|
||||
{{range .entries}}
|
||||
<tr>
|
||||
{{range .}}
|
||||
<td>
|
||||
{{.Text}}
|
||||
<i>{{.Detail}}</i>
|
||||
</td>
|
||||
{{end}}
|
||||
</tr>
|
||||
{{end}}
|
||||
</table>
|
Reference in New Issue
Block a user