github.com/gogf/gf@v1.16.9/.example/os/gview/layout/layout1/template/layout.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3  <head>
     4      <title>GoFrame Layout</title>
     5      {{template "header" .}}
     6  </head>
     7  <body>
     8      <div class="container">
     9      {{template "container" .}}
    10      </div>
    11      <div class="footer">
    12      {{template "footer" .}}
    13      </div>
    14  </body>
    15  </html>