iris/_examples/view
2020-09-08 07:55:33 +03:00
..
context-view-data examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
context-view-engine Ability to register a view engine per group of routes or for the current a chain of handlers 2020-08-05 19:34:55 +03:00
embedding-templates-into-app examples: update go.mod (see previous commit) 2020-09-05 08:56:01 +03:00
herotemplate minor 2020-07-20 13:36:39 +03:00
overview minor: godoc 2020-08-30 17:18:04 +03:00
parse-template Add a 'ParseTemplate' method on view engines to manually parse and add a template from a text 2020-09-08 07:55:33 +03:00
quicktemplate minor 2020-07-20 13:36:39 +03:00
template_ace_0 Full support of the http.FileSystem on all view engines as requested at #1575 2020-09-05 08:34:09 +03:00
template_amber_0 Full support of the http.FileSystem on all view engines as requested at #1575 2020-09-05 08:34:09 +03:00
template_amber_1_embedded examples: update go.mod (see previous commit) 2020-09-05 08:56:01 +03:00
template_blocks_0 add 'iris.Blocks' template engine 2020-08-05 06:46:45 +03:00
template_blocks_1_embedded examples: update go.mod (see previous commit) 2020-09-05 08:56:01 +03:00
template_django_0 examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
template_handlebars_0 Add a 'ParseTemplate' method on view engines to manually parse and add a template from a text 2020-09-08 07:55:33 +03:00
template_html_0 minor: examples 2020-08-30 15:26:50 +03:00
template_html_1 minor 2020-07-20 13:36:39 +03:00
template_html_2 add 'iris.Ace' template engine: _examples/view/template_ace_0 2020-08-03 05:46:04 +03:00
template_html_3 examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
template_html_4 examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
template_html_5 examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
template_jet_0 examples: use ctx.ResponseWriter().Naive().(http.Pusher) instead 2020-07-24 22:36:46 +03:00
template_jet_1_embedded examples: update go.mod (see previous commit) 2020-09-05 08:56:01 +03:00
template_jet_2 examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
template_jet_3 Full support of the http.FileSystem on all view engines as requested at #1575 2020-09-05 08:34:09 +03:00
template_pug_0 Full support of the http.FileSystem on all view engines as requested at #1575 2020-09-05 08:34:09 +03:00
template_pug_1 Full support of the http.FileSystem on all view engines as requested at #1575 2020-09-05 08:34:09 +03:00
template_pug_2_embedded examples: update go.mod (see previous commit) 2020-09-05 08:56:01 +03:00
write-to examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00