annotate testdata/blog/.zs/layout.amber @ 39:806ca2102d6b draft

more obvious rules of variable overriding
author zaitsev.serge
date Fri, 04 Sep 2015 12:49:56 +0000
parents d577cff808bc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
1 html
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
2 head
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
3 title #{title}
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
4 link[href="styles.css"][rel="stylesheet"][type="text/css"]
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
5 body
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
6 #{unescaped(content)}