1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-21 02:45:59 +00:00

Add an example for urlpath template func for Django engine

relative to #1656
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-10-12 13:08:42 +03:00
parent 546c7bf465
commit dfe27567ae
4 changed files with 124 additions and 3 deletions

View File

@@ -124,8 +124,10 @@
* [Basic](view/template_html_0/main.go)
* [A simple Layout](view/template_html_1/main.go)
* [Layouts: `yield` and `render` tmpl funcs](view/template_html_2/main.go)
* [The `urlpath` tmpl func](view/template_html_3/main.go)
* [The `url` tmpl func](view/template_html_4/main.go)
* The `urlpath` template func
* [HTML](view/template_html_3/main.go)
* [Django](view/template_django_1/main.go)
* [The `url` template func](view/template_html_4/main.go)
* [Inject Data Between Handlers](view/context-view-data/main.go)
* [Inject Engine Between Handlers](view/context-view-engine/main.go)
* [Embedding Templates Into App Executable File](view/embedding-templates-into-app/main.go)