From d25e04d8c736e5ee0a4bdc2531a6047dccc81013 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 9 Nov 2024 21:52:13 +0100 Subject: feat(data): parse json and render simple thing --- templates/base/opengraph.gohtml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/base/opengraph.gohtml (limited to 'templates/base/opengraph.gohtml') diff --git a/templates/base/opengraph.gohtml b/templates/base/opengraph.gohtml new file mode 100644 index 0000000..f51d561 --- /dev/null +++ b/templates/base/opengraph.gohtml @@ -0,0 +1,18 @@ +{{define "opengraph-base"}} + + + + + + + + + + + + + + + + +{{end}} -- cgit v1.2.3