From 8c2643461ed657284a728260071569df019988c8 Mon Sep 17 00:00:00 2001 From: sabadev Date: Tue, 16 Mar 2021 00:29:04 -0400 Subject: [PATCH] Declared a function that receives HTML and produces HTML that follows the website's template. --- src/Server.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Server.hs b/src/Server.hs index 0caf0a0..c98da1a 100644 --- a/src/Server.hs +++ b/src/Server.hs @@ -39,3 +39,6 @@ darkTheme = undefined lightTheme :: Handler T.Text lightTheme = undefined + +htmlContainer :: Html a -> Html a +htmlContainer = id -- 2.20.1