diff --git a/src/babillard_page.eml.html b/src/babillard_page.eml.html index ea47710..aa81d58 100644 --- a/src/babillard_page.eml.html +++ b/src/babillard_page.eml.html @@ -1,19 +1,18 @@ let f request = - -<%s Format.sprintf "Babillard is love" %> -
-
-% begin match Dream.session "nick" request with -% | None -> - -% | Some _nick -> -[New Thread] + +

Babillard is love ❤️

+
+
+
+% if Option.is_some @@ Dream.session "nick" request then begin + [New Thread] % end; -
- -
-
-
- -
-
+
+
+ +
+
+
+ +
+