iris/_examples/view/template_ace_0/views/layouts/main.ace
Gerasimos (Makis) Maropoulos e1f25eb098
Full support of the http.FileSystem on all view engines as requested at #1575
Also, the HandleDir accepts both string and http.FileSystem (interface{}) (like the view's fs)
2020-09-05 08:34:09 +03:00

7 lines
83 B
Plaintext

= doctype html
html
head
title Main Page
body
h1 Layout
{{ yield }}