mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 12:57:05 +00:00
add 'iris.Ace' template engine: _examples/view/template_ace_0
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
## Info
|
||||
|
||||
This folder examines the {{render "dir/templatefilename"}} functionality to manually render any template inside any template
|
||||
This folder examines the {{render "dir/templatefilename" .}} functionality to manually render any template inside any template
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
<h1>Page 1 {{ greet "iris developer"}}</h1>
|
||||
|
||||
{{ render "partials/page1_partial1.html"}}
|
||||
{{ render "partials/page1_partial1.html" }}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user