AthenaEngine 0.1.7

Web server template engine for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<#>var.variable_1
<br>
<#>control.for 1,100
print<br>
<#>control.for_end
</body>
</html>