mirror of
https://github.com/actix/examples
synced 2025-03-30 23:46:20 +02:00
9 lines
104 B
Handlebars
9 lines
104 B
Handlebars
{{! Simple example !}}
|
|
{{> doc/t }}
|
|
<html>
|
|
{{> doc/head }}
|
|
<body>
|
|
{{> @partial-block }}
|
|
</body>
|
|
</html>
|