1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

add fluent templates example

This commit is contained in:
Rob Ede
2022-07-10 03:30:48 +01:00
parent 0f08afee18
commit 8770694e11
13 changed files with 278 additions and 6 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>{{ error }}</title>
</head>
<body>
<h1>{{ status_code }} {{ error }}</h1>
</body>
</html>