1 2 3 4 5 6 7 8 9 10 11
{{ define "main" }} <style type="text/css" media="screen"> li { margin-bottom: 1.2em; } </style> <h1 class="title">{{ .Title }}</h1> {{ .Content }} {{ end }}