github.com/servernoj/jade@v0.0.0-20231225191405-efec98d19db1/testdata/v2/inheritance/sub-layout.tpl (about)

     1  <html>
     2      <head>
     3          <title>My Site - {{ title }}</title>
     4          <script src="/jquery.js"></script>
     5      </head>
     6      <body>
     7          <div class="sidebar">
     8              <p>nothing</p>
     9          </div>
    10          <div class="primary">
    11              <p>nothing</p>
    12          </div>
    13          <div id="footer">
    14              <p>some footer content</p>
    15          </div>
    16      </body>
    17  </html>