1
0
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:
Gerasimos (Makis) Maropoulos
2020-07-06 21:40:40 +03:00
parent 38b0a796bd
commit 87e08dbddc
8 changed files with 100 additions and 158 deletions

View File

@@ -1,4 +1,4 @@
{{extends "layouts/application.jet"}}
{{extends "../layouts/application.jet"}}
{{block button(label, href="javascript:void(0)")}}
<a href="{{ href }}">{{ label }}</a>

View File

@@ -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>