html.nix/examples/tags.nix
2021-05-15 02:54:56 +03:00

8 lines
75 B
Nix

tags: with tags;
html [
(body [
(p "Hello,")
(p "world!")
])
]