view testdata/blog/index.amber @ 23:40f55059fbfa draft

fixed output file names in html pages, fixed amber function bindings, replaced print command with build, fixed plugin functions, implemented zs and exec functions
author zaitsev.serge
date Sun, 30 Aug 2015 12:20:35 +0000
parents d577cff808bc
children
line wrap: on
line source

html
	head
		title My blog
		link[href="styles.css"][rel="stylesheet"][type="text/css"]
	body
		p Here goes list of posts
		ul
			li
				a[href="/posts/hello.html"] First post
			li
				a[href="/posts/update.html"] Second post