iris/_examples/view
2022-06-17 22:03:18 +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 replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
fallback minor (see previous commit) 2021-01-24 23:49:37 +02:00
herotemplate minor 2020-07-20 13:36:39 +03:00
layout Add View Engine Benchmarks: https://github.com/kataras/iris/tree/master/_benchmarks/view 2020-10-01 16:06:16 +03:00
overview set min version on tls configuration even on the tests and examples 2022-03-10 21:48:05 +02:00
parse-template accesslog: NEW log broker and many more features 2020-09-09 14:43:26 +03:00
quicktemplate minor 2020-07-20 13:36:39 +03:00
template_ace_0 New: i18n pluralization and variables support and more... 2020-09-29 19:19:19 +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 replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
template_blocks_0 add 'iris.Blocks' template engine 2020-08-05 06:46:45 +03:00
template_blocks_1_embedded replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
template_django_0 update pongo2 to version 4 2020-09-20 01:09:16 +03:00
template_django_1 Add an example for urlpath template func for Django engine 2020-10-12 13:08:42 +03:00
template_handlebars_0 apply update for #1861 as requested 2022-03-18 22:25:22 +02: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 Add an example for urlpath template func for Django engine 2020-10-12 13:08:42 +03:00
template_html_4 New feature: versioning.Aliases 2021-01-06 01:52:39 +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 fix #1876 2022-04-23 13:18:54 +03:00
template_jet_1_embedded replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +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 upgrade jet parser to version 6 as requested 2021-02-07 02:08:34 +02: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 replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +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