html.nix/example.nix

8 lines
75 B
Nix
Raw Normal View History

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