// Code generated by go generate; DO NOT EDIT. package handler var TplCommonMap = map[string]string{ "flash": `{{ define "flash" }} {{ if . }}

{{ . }}

{{ end }} {{ end }}`, "layout": `{{ define "layout" }} {{ template "title" . }}Sillywordz!!! {{ if .face }} {{ else }} {{ end }} {{ template "head" . }}
{{ template "content" . }}
{{ end }} {{ define "head" }}{{ end }} {{ define "title" }}{{ end }} `, "status": `{{ define "status" }}
{{ .User }} {{ .Face }} {{ .TimeAgo }}
I wrote {{ .Number }} words!
{{ if .Content}}

And I had this to say about it: {{ .ContentHtml }}

{{ end }} {{ end }} `, "status_form": `{{ define "status_form" }}
{{ range $i, $v := faces }}
{{ end }}
What's your current word count?
What do you want to say about your project? (Optional)
{{ end }} `, }