From e131686760d4325ed5316033d60d5ac81ada0d1c Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Wed, 2 Aug 2023 14:19:46 +0600 Subject: Initial commit Signed-off-by: Mubashshir --- layouts/partials/app.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 layouts/partials/app.html (limited to 'layouts/partials/app.html') diff --git a/layouts/partials/app.html b/layouts/partials/app.html new file mode 100644 index 0000000..4ccd861 --- /dev/null +++ b/layouts/partials/app.html @@ -0,0 +1,34 @@ +
+
+ {{- with (printf "asset/icons/%s.png" .id | resources.Get) -}} +
+ logo +
+ {{- end }} +
+

+ {{- .data.name | safeHTML -}} + + + + + + + + +

+

{{- .data.info | safeHTML -}}

+ Install +
+
+ + {{- with (printf "asset/snaps/%s.png" .id| resources.Get) -}} +
+ logo +
+ {{- end -}} +
-- cgit v1.2.3