script(src=js/jquery.js) include de templates // footer.jade footer p Copyright 2013 // index.jade doctype html include head body h1 Bienvenidos p Parrafo include footer jade jade jade html
html head title Mi Sitio block script body block content footer Copyright 2013 jade // index.jade extends layout ! block script script(src=js/jquery.js) ! block content h1 Bienvenidos p Párrafo jade // contact.jade extends layout ! block content h1 Contacto form input#nombre(type=“text”) jade // about.jade extends layout ! block content h1 Sobre mi p Mi nombre es Max p Vivo en Buenos Aires jade
or pre-processor, you’re fucking doing it wrong! “I once wrote that there was no need to use a CSS pre-processor like LESS or Sass. I was wrong. Very sorry.” Andrew Clarke, 2011