1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
examples/template_tinytemplate/templates/user.html
2020-09-10 21:34:32 +01:00

12 lines
170 B
HTML

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