File: inheritance.extend.include.html

package info (click to toggle)
node-jade 1.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,984 kB
  • ctags: 315
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <title>My Application</title>
    <script src="jquery.js"></script>
  </head>
  <body>
    <h2>Page</h2>
    <p>Some content</p>
    <div class="window"><a href="#" class="close">Close</a>
      <h2>Awesome</h2>
      <p>Now we can extend included blocks!</p>
    </div>
  </body>
</html>