ソースを参照

docs(readme): add sections to template docs

Javier Provecho Fernandez 8 年 前
コミット
e4fd80c627
1 ファイル変更5 行追加1 行削除
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -645,6 +645,8 @@ templates/users/index.tmpl
 {{ end }}
 ```
 
+#### Custom Template renderer
+
 You can also use your own html template render
 
 ```go
@@ -658,6 +660,8 @@ func main() {
 }
 ```
 
+#### Custom Delimiters
+
 You may use custom delims
 
 ```go
@@ -666,7 +670,7 @@ You may use custom delims
 	r.LoadHTMLGlob("/path/to/templates"))
 ```  
 
-#### Add custom template funcs
+#### Custom Template Funcs
 
 main.go