From cd7cf527613ce220dc39bd705da72199b35fa0a1 Mon Sep 17 00:00:00 2001 From: Beat Hagenlocher Date: Thu, 27 Jun 2024 00:32:51 +0200 Subject: Initial commit --- template.html.p | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 template.html.p (limited to 'template.html.p') diff --git a/template.html.p b/template.html.p new file mode 100644 index 0000000..e5f7545 --- /dev/null +++ b/template.html.p @@ -0,0 +1,68 @@ +◊(require string-interpolation) + +◊(define title "Functional Coders Tübingen") +◊(define description "What if... we just take the best parts of prgogramming and see where this leads us?") +◊(define image-path "") +◊(define url "https://functional-coders.github.io/") +◊(define icon-path "") + + + + + + + + + + + + + + + + + + + + + + + + + + ◊|title| + + + + + + + + ◊(->html `(div ([class "mx-auto h-full max-w-screen-xl px-6 py-12 + md:px-12 md:py-20 lg:px-24 lg:py-0"]) + ,doc)) + + + -- cgit v1.2.3