Awesome
Pek
A comptime HTML preprocessor with a builtin template engine for Zig.
Example Document
html[lang="en"](
head(
title("Pek Example")
meta[charset="UTF-8"]
meta[name="viewport" content="width=device-width,initial-scale=1"]
)
body(
h1("Pek Example")
hr
p("This is an example HTML document written in "a[href="https://github.com/nektro/zig-pek"]("Pek")".")
)
)
Example Usage
Built With
Add me
$ zigmod aq add 1/nektro/pek