sigma 0.1.1

Sigma σ is a Simple, Safe and Fast Template language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <title>{{ title }}</title>
  </head>
  <body>
    <h1>Hello {{ name: str | UPPERCASE }}! from html</h1>
    <h3>With Id #{{ id: u32 }}.</h3>
  </body>
</html>