eval js
embeddedjs test/example
live date (repeatedly updated)
evalAsync with fetch (no update)
value from <input> (updated)
Hello
value from input modified for "two-way data binding" (IMPORTANT: two way data-binding is not shown here but in an example that follows)
Hello
optional display (shows only 1 of many)
option1 option2 option3
option3...
shows an <ul> from an array that is assigned
evalAsync with fetch + rendered JSON
password reveal example (using "repeatedly")
password reveal example (using "triggered")
introduction of "triggered" type, compared to a "repeatedly" type
embeddedjs="repeatedly" test/example
counter=<%= counter %>
embeddedjs="triggered" test/example (THIS allows a kind of "2-way data-binding")