mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
Update jet parser to v4.0.0 as requested at: #1551
Former-commit-id: 1ad89532d11716af7a49fe9aafca59e943d98ebe
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{extends "layouts/application.jet"}}
|
||||
{{extends "../layouts/application.jet"}}
|
||||
|
||||
{{block button(label, href="javascript:void(0)")}}
|
||||
<a href="{{ href }}">{{ label }}</a>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{{extends "layouts/application.jet"}}
|
||||
{{extends "../layouts/application.jet"}}
|
||||
|
||||
{{block documentBody()}}
|
||||
<h1>Show TODO</h1>
|
||||
<p>This uses a custom renderer by implementing the jet.Renderer (or view.JetRenderer) interface.
|
||||
<p>This uses a custom renderer by implementing the Renderer interface.
|
||||
<p>
|
||||
{{.}}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user