mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
apply update for #1861 as requested
This commit is contained in:
@@ -12,7 +12,7 @@ Parse using embedded assets, Layouts and Party-specific layout, Template Funcs,
|
||||
| 2 | Blocks | [kataras/blocks](https://github.com/kataras/blocks) |
|
||||
| 3 | Django | [flosch/pongo2](https://github.com/flosch/pongo2) |
|
||||
| 4 | Pug | [Joker/jade](https://github.com/Joker/jade) |
|
||||
| 5 | Handlebars | [aymerick/raymond](https://github.com/aymerick/raymond) |
|
||||
| 5 | Handlebars | [mailgun/raymond](https://github.com/mailgun/raymond) |
|
||||
| 6 | Amber | [eknkc/amber](https://github.com/eknkc/amber) |
|
||||
| 7 | Jet | [CloudyKit/jet](https://github.com/CloudyKit/jet) |
|
||||
| 8 | Ace | [yosssi/ace](https://github.com/yosssi/ace) |
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/aymerick/raymond"
|
||||
"github.com/mailgun/raymond/v2"
|
||||
)
|
||||
|
||||
// HandlebarsEngine contains the handlebars view engine structure.
|
||||
|
||||
Reference in New Issue
Block a user