A custom webserver.
No real documentation yet because only I am using it.
Notes:
Custom Squirrley filters in include:
let a ={{ it.str | quote | safe }}; // If no str then prints an empty string let a ={{ it.str | quote(True) | safe }}; // If no str then prints null let a= {{ it.obj | json | safe }}; let a= {{ it.str | firstCap }};