/views/layout.jade

https://bitbucket.org/gagginaspinnata/todo-app-with-angularjs · Jade · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 15b76e57fa08635b68edd37a58673f8f MD5 · raw file

  1. doctype 5
  2. html
  3. head
  4. title= title
  5. link(rel='stylesheet', href='/stylesheets/style.css')
  6. body
  7. block content