Title here
Summary here
Pug is a simple templating language that lets you generate HTML markup with plain JavaScript.
By default, all attributes are escaped. If you need to use special characters, use !=
instead of =
.
Attributes applied using
&attributes
are not automatically escaped.
Safe:
Unsafe: