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

12 lines
197 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ fluent "home-title" }}</title>
</head>
<body>
<h1>{{ fluent "home-title" }}</h1>
<p>{{ fluent "home-description" }}</p>
</body>
</html>