mirror of
https://github.com/kataras/iris.git
synced 2026-08-08 21:49:08 +00:00
Add View Engine Benchmarks: https://github.com/kataras/iris/tree/master/_benchmarks/view
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{ extends "../layouts/main.jet" }}
|
||||
{{ block documentBody() }}
|
||||
<h1>Index Body</h1>
|
||||
<h3>Message: {{.Message}}</h3>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user