1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00

add Greek language side by side with Chinese and Russian

Former-commit-id: 4a44ae6f27d94deddd89afda6b1d83218a0ae309
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-01-05 07:57:04 +02:00
parent 10714273e9
commit 1690cc9334
7 changed files with 242 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import (
func main() {
app := iris.New()
// load templaes.
// load templates.
app.RegisterView(iris.HTML("./views", ".html"))
// render the ./views/index.html.