1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/templating/fluent/templates/user.html
2022-07-10 03:30:48 +01:00

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>