mirror of
https://github.com/actix/examples
synced 2025-06-29 10:14:58 +02:00
Restructure folders (#411)
This commit is contained in:
committed by
GitHub
parent
9db98162b2
commit
c3407627d0
7
template_engines/yarte/templates/deep/more/doc/head.hbs
Normal file
7
template_engines/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>
|
1
template_engines/yarte/templates/deep/more/doc/t.hbs
Normal file
1
template_engines/yarte/templates/deep/more/doc/t.hbs
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html>
|
Reference in New Issue
Block a user