mirror of
https://github.com/kataras/iris.git
synced 2026-07-31 16:39:52 +00:00
add 'iris.Ace' template engine: _examples/view/template_ace_0
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
= include partials/header.ace .
|
||||
|
||||
h2 {{.Title}}
|
||||
|
||||
= include partials/footer.ace .
|
||||
@@ -0,0 +1,6 @@
|
||||
= doctype html
|
||||
html
|
||||
head
|
||||
title Main Page
|
||||
body
|
||||
{{ yield }}
|
||||
@@ -0,0 +1 @@
|
||||
h1 Partial Footer
|
||||
@@ -0,0 +1 @@
|
||||
h1 Partial Header
|
||||
Reference in New Issue
Block a user