1
0
mirror of https://github.com/actix/examples synced 2024-11-25 07:12:42 +01:00
examples/template_engines/tinytemplate/templates/user.html

12 lines
170 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Actix web</title>
</head>
<body>
<h1>Hi, {name}!</h1>
<p>{text}</p>
</body>
</html>