github.com/servernoj/jade@v0.0.0-20231225191405-efec98d19db1/testdata/v1/dynamicscript.tpl (about)

     1  <html>
     2      <head>
     3          <title>Dynamic Inline JavaScript</title>
     4          <script>var users = {{ JSON.stringify(users).replace(/<\//g, "<\\/") }}</script>
     5      </head>
     6  </html>