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/templates/_head_common.htmpl (raw)

{{ define _tp_head_common(handle: io::handle, title: str = "Untitled") (void | io::error | nomem) }}
<title>{{ title }}</title>
{{ end }}