github.com/zserge/zs@v0.0.0-20200324061937-4900afa45db4/testdata/blog/index.amber (about)

     1  html
     2  	head
     3  		title My blog
     4  		link[href="styles.css"][rel="stylesheet"][type="text/css"]
     5  	body
     6  		p Here goes list of posts
     7  		ul
     8  			li
     9  				a[href="/posts/hello.html"] First post
    10  			li
    11  				a[href="/posts/update.html"] Second post
    12