1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +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

@@ -1,4 +1,5 @@
// Package main an example on how to naming your routes & use the custom 'url path' HTML Template Engine, same for other template engines.
// Package main an example on how to naming your routes & use the custom
// 'url path' HTML Template Engine, same for other template engines.
package main
import (