mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
chore: fix template location
This commit is contained in:
12
templating/handlebars/templates/user.html
Normal file
12
templating/handlebars/templates/user.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>{{user}}'s homepage</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Welcome back, {{user}}</h1>
|
||||
<p>Here's your {{data}}.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user