mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
update view benchmarks and remove ace template parser
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ isset(title) ? title : "" }}</title>
|
||||
<title>{{ isset(title) ? title : "Default" }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{block documentBody()}}{{end}}
|
||||
|
||||
Reference in New Issue
Block a user