mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
add fluent templates example
This commit is contained in:
11
templating/fluent/templates/index.html
Normal file
11
templating/fluent/templates/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ fluent "home-title" }}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>{{ fluent "home-title" }}</h1>
|
||||
<p>{{ fluent "home-description" }}</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user