Lindenii Project Forge
Login

hare-htmpl

HTML templating engine for Hare

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

/example/Makefile (raw)

example: main.ha templates.ha
	hare build -o $@ .

templates.ha: templates/*.htmpl
	htmplgen -o $@ $^