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

     1  <html>
     2  
     3      <h1>What is going on at {{.room-name}}...</h1>
     4  
     5      <frame>
     6          {{.brief-last-public-messages}}
     7      </frame>
     8  
     9      <br><br>
    10  
    11      <b>This room has {{.brief-users-total}} connected user(s)</b>
    12  
    13      <br><br>
    14  
    15      <h3>Who are talking...</h3>
    16  
    17      {{.brief-who-are-talking}}
    18  
    19      <br><br>
    20  
    21      <a href = "{{.proto}}://{{.servername}}:{{.listen-port}}/join">Join</a>
    22  
    23  </html>