github.com/rafael-santiago/cherry@v0.0.0-20161214151746-8ea42c6e9670/sample/templates/skeleton/0.html (about)

     1  <html>
     2      <head>
     3          <meta charset="UTF-8">
     4          <title>Now you are talking on "{{.room-name}}"</title>
     5      </head>
     6      <frameset rows="30,*,75">
     7          <frame name="TOP" src="{{.proto}}://{{.servername}}:{{.listen-port}}/top&user={{.nickname}}&id={{.session-id}}&" scrolling="no">
     8          <frame name="BODY" src="{{.proto}}://{{.servername}}:{{.listen-port}}/body&user={{.nickname}}&id={{.session-id}}&" scrolling="yes">
     9          <frame name="BANNER" src="{{.proto}}://{{.servername}}:{{.listen-port}}/banner&user={{.nickname}}&id={{.session-id}}&" scrolling="no">
    10      </frameset>
    11  </html>