code blocks
Playing around with code blocks.
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
{{ range .Pages }}
{{ .Render "summary"}}
{{ end }}
</div>
</section>
Seems to work, except the index summary snippet looking ugly.
Other variant:
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
{{ range .Pages }}
{{ .Render "summary"}}
{{ end }}
</div>
</section>
Foo. Bar!
#include <stdio.h>
void main(void) {
printf("Hello, World!\n");
}
Yes. Some more testing. Even more testing.