html.nix/examples/tags.nix

9 lines
87 B
Nix
Raw Normal View History

2022-07-30 12:42:09 +03:00
tags:
with tags;
html [
(body [
(p "Hello,")
(p "world!")
])
]