1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/template_engines/yarte/templates/deep/more/doc/head.hbs
2021-02-26 00:57:58 +00:00

8 lines
178 B
Handlebars

{{# unless title.is_str() && !title.is_empty() }}
{{$ "Need static args: title: str" }}
{{/unless}}
<head>
<meta charset="utf-8"/>
<title>{{ title }}</title>
</head>