1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/template_engines/yarte/templates/deep/more/doc/head.hbs

8 lines
178 B
Handlebars
Raw Normal View History

2020-04-28 21:18:18 +02:00
{{# unless title.is_str() && !title.is_empty() }}
{{$ "Need static args: title: str" }}
{{/unless}}
<head>
<meta charset="utf-8"/>
<title>{{ title }}</title>
</head>