From 065938c9a86bea3970cf5c4bc55e9b9aaf46292c Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 24 Feb 2024 20:52:03 -0800 Subject: [PATCH] working IPS export using github markdown. --- backend/pkg/utils/ips/templates/index.gohtml | 22 +++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/backend/pkg/utils/ips/templates/index.gohtml b/backend/pkg/utils/ips/templates/index.gohtml index a98b798a..d34ccc2b 100644 --- a/backend/pkg/utils/ips/templates/index.gohtml +++ b/backend/pkg/utils/ips/templates/index.gohtml @@ -5,13 +5,33 @@ title + + + + {{template "header.gohtml" .}} {{template "toc.gohtml" .}} -{{template "composition.gohtml" .}} +
+ {{template "composition.gohtml" .}} +
{{template "footer.gohtml" .}}