neutralts 1.2.10

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
{:sum; ... :}
==================

Output the sum.

```html
{:sum; /literal/literal/ :}
```
Any delimiter can be used:

```html
{:sum; ~a~b~ :}
{:sum; #a#b# :}
{:sum; |a|b| :}
{:sum; XaXbX :}
...
```

Modifiers:
----------

```text
{:^sum; ... :}
```

### Modifier: ^ (upline)

Eliminates previous whitespaces, (See "unprintable" for examples.)


No flags
--------

---