Files
AstralRinth/static/templates/index.html
2020-05-09 22:11:48 -07:00

12 lines
189 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{name}} Example</title>
</head>
<body>
<h1>{{name}} example</h1>
<p>This is an example of how to use {{name}} with Actix-Web.</p>
</body>
</html>