mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
9 lines
104 B
Handlebars
9 lines
104 B
Handlebars
{{! Simple example !}}
|
|
{{> doc/t }}
|
|
<html>
|
|
{{> doc/head }}
|
|
<body>
|
|
{{> @partial-block }}
|
|
</body>
|
|
</html>
|