mirror of
https://github.com/actix/examples
synced 2025-06-29 10:14:58 +02:00
Add tiny_template as an example. (#358)
This commit is contained in:
11
template_tinytemplate/templates/user.html
Normal file
11
template_tinytemplate/templates/user.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Actix web</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hi, {name}!</h1>
|
||||
<p>{text}</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user