diff --git a/templates/example.tmpl b/templates/example.tmpl index 74bdc12..11e8c73 100644 --- a/templates/example.tmpl +++ b/templates/example.tmpl @@ -2,7 +2,7 @@ - Go by Example: {{.Name}} + Go в примерах: {{.Name}}
-

Go by Example: {{.Name}}

+

Go в примерах: {{.Name}}

{{range .Segs}} {{range .}} @@ -30,7 +30,7 @@ {{.DocsRendered}} @@ -39,7 +39,7 @@ {{end}} {{if .NextExample}}

- Next example: {{.NextExample.Name}}. + Следующий пример: {{.NextExample.Name}}.

{{end}}
- {{if .CodeRun}}{{end}} + {{if .CodeRun}}{{end}} {{.CodeRendered}}