mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
13 lines
215 B
HTML
13 lines
215 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>{{ fluent "user-title" name=user }}</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>{{ fluent "user-welcome" name=user }}</h1>
|
|
<p>{{ fluent "user-data" data=data }}</p>
|
|
</body>
|
|
</html>
|