annotate testdata/blog/.zs/layout.amber @ 51:e054275d0938 draft

Add Markdown extensions to blackfriday
author prologic
date Sat, 23 Oct 2021 03:57:19 +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)}