html.nix/examples/tags.nix
2022-07-30 12:42:09 +03:00

9 lines
87 B
Nix

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