sf-static/portfolio/node_modules/pug/examples/layout.pug

15 lines
379 B
Text
Raw Normal View History

2023-02-28 18:21:07 +00:00
doctype html
html(lang="en")
head
title Example
script.
if (foo) {
bar();
}
body
h1 Pug - node template engine
#container
:markdown-it
Pug is a _high performance_ template engine for [node](http://nodejs.org),
inspired by [haml](http://haml-lang.com/), and written by [TJ Holowaychuk](http://github.com/visionmedia).