mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
8 lines
178 B
Handlebars
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>
|