Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
annotate 1__Development/6__Website/POPExpressServer/views/layout.jade @ 8:cc10d99e3f83
Persist and read back from disk and parse to objects is working.. Display needs updating now
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Sat, 09 Aug 2014 03:34:26 -0700 |
| parents | |
| children |
| rev | line source |
|---|---|
| seanhalle@5 | 1 doctype html |
| seanhalle@5 | 2 html |
| seanhalle@5 | 3 head |
| seanhalle@5 | 4 title= title |
| seanhalle@5 | 5 link(rel='stylesheet', href='/stylesheets/style.css') |
| seanhalle@5 | 6 body |
| seanhalle@5 | 7 block content |
