So, this it my code:
所以,这是我的代码:
extends layout
doctype html
html(lang="en")
head
meta(charset="UTF-8")
title = My Page Title
script(type="text/javascript",src="../javascripts/jquery-git2.js")
script(type="text/javascript").
console.log("this should work, right?")
body
block content
h1= title
div !{article}
extends lay