1
0
mirror of https://github.com/actix/examples synced 2025-06-29 10:14:58 +02:00

add askama example

This commit is contained in:
Nikolay Kim
2018-04-24 09:12:48 -07:00
parent 0ae5ae7bc6
commit cde7ef8c96
7 changed files with 154 additions and 0 deletions

View File

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