github.com/servernoj/jade@v0.0.0-20231225191405-efec98d19db1/testdata/v1/layout.jade (about)

     1  doctype html
     2  html(lang="en")
     3    head
     4      title Example
     5      script.
     6        if (foo) {
     7          bar();
     8        }
     9    body
    10      h1 Pug - node template engine
    11      #container
    12        :markdown-it
    13          Pug is a _high performance_ template engine for [node](http://nodejs.org),
    14          inspired by [haml](http://haml-lang.com/), and written by [TJ Holowaychuk](http://github.com/visionmedia).