mirror of
https://github.com/actix/examples
synced 2025-06-27 17:39:02 +02:00
restructure folders
This commit is contained in:
7
templating/yarte/templates/deep/more/doc/head.hbs
Normal file
7
templating/yarte/templates/deep/more/doc/head.hbs
Normal file
@ -0,0 +1,7 @@
|
||||
{{# unless title.is_str() && !title.is_empty() }}
|
||||
{{$ "Need static args: title: str" }}
|
||||
{{/unless}}
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
Reference in New Issue
Block a user