neutralts 1.4.3

Neutral TS template engine is a web template designed to work with any programming language via IPC and natively as library/crate in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="">
  <head>
    <meta charset="utf-8">
    <title>404</title>
  </head>
  <body>
    <main>404 Not found</main>
    <script>top.location.href='https://franbarinstance.github.io/neutralts-docs/docs/neutralts/doc/'</script>
  </body>
</html>