-
Pug (previously known as Jade) is a JavaScript template engine, used with nodejs or express applications. Showing a value of a variable: (Important: Without a “HTML function” like p, there is nothing to show) p #{name} The input statement creates a hidden field: input(type='hidden' name='secret' value='42') Provoke an error: #{"a" * 5} // Should produce an error#{"5" *…