initial commit for the page

This commit is contained in:
steam
2021-09-17 15:20:18 +02:00
parent f52d2613ea
commit 05bf0238b1
119 changed files with 4738 additions and 1 deletions
@@ -0,0 +1,15 @@
{{ $.Scratch.Set "md" false }}
{{ if .IsNamedParams }}
{{ $.Scratch.Set "md" (.Get "md") }}
{{ else }}
{{ $.Scratch.Set "md" (.Get 0) }}
{{ end }}
<div dir="ltr">
{{ if eq ($.Scratch.Get "md") false }}
{{ .Inner }}
{{ else }}
{{ .Inner | markdownify }}
{{ end }}
</div>