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

Output UTC date

```html
{:date;  :}
```
Default fotmat is timestamp

```html
{:date; :}
{:date; %Y-%m-%d %H:%M:%S  :}
```

Output:

```html
1729001985
2024-10-15 14:19:45
```

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

```html
{:^date; :}
```

No flags
--------

---