File: template-document.html

package info (click to toggle)
r-cran-htmltools 0.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 736 kB
  • sloc: ansic: 188; sh: 15; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    {{ suppressDependencies("jquery") }}
    {{ headContent() }}
  </head>
  <body>
    <div>
      {{ x }}
    </div>
    <span>UTF-8 chars:Δ★😎</span>
  </body>
</html>