From e29f38937cdf077a99b45c27e49f553d4dd8d0d7 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 15 Dec 2022 11:16:56 +0100 Subject: monfront - add basic interface to create some entities --- cmd/monfront/templates/rows_to_table.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cmd/monfront/templates/rows_to_table.html (limited to 'cmd/monfront/templates/rows_to_table.html') diff --git a/cmd/monfront/templates/rows_to_table.html b/cmd/monfront/templates/rows_to_table.html new file mode 100644 index 0000000..04add21 --- /dev/null +++ b/cmd/monfront/templates/rows_to_table.html @@ -0,0 +1,19 @@ + + + {{ range $col := .Columns }} + + {{ end }} + + + {{ range $row := .Rows }} + + {{ range $col := $row }} + + {{ end }} + + + {{ end }} +
{{ $col }}
{{ if $col.Valid }}{{ $col.String }}{{ end }} + + +
-- cgit v1.2.3-70-g09d2