1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/templating/fluent/templates/index.html

12 lines
197 B
HTML
Raw Normal View History

2022-07-10 04:30:48 +02:00
<!DOCTYPE html>
<html>
<head>
<title>{{ fluent "home-title" }}</title>
</head>
<body>
<h1>{{ fluent "home-title" }}</h1>
<p>{{ fluent "home-description" }}</p>
</body>
</html>