From 0571368b3bc37f92b06873e02342317006b0da60 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 8 Nov 2024 12:22:28 +0100 Subject: pkg/manager: move HTML code to separate files --- pkg/manager/html/text.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkg/manager/html/text.html (limited to 'pkg/manager/html/text.html') diff --git a/pkg/manager/html/text.html b/pkg/manager/html/text.html new file mode 100644 index 000000000..8e991a90e --- /dev/null +++ b/pkg/manager/html/text.html @@ -0,0 +1,7 @@ +{{/* +Copyright 2024 syzkaller project authors. All rights reserved. +Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +*/}} + +{{.HTML}} +
{{printf "%s" .Text}}
-- cgit mrf-deployment