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

13 lines
171 B
HTML
Raw Normal View History

2019-06-08 19:47:39 +02:00
<!DOCTYPE html>
<html>
<head>
<title>{{user}}'s homepage</title>
</head>
<body>
<h1>Welcome back, {{user}}</h1>
<p>Here's your {{data}}.</p>
</body>
</html>