mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
e1f25eb098
Also, the HandleDir accepts both string and http.FileSystem (interface{}) (like the view's fs)
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
extends layouts/main.amber
|
|
|
|
block append meta
|
|
meta[name="keywords"][content="These are added by the child template"]
|
|
|
|
block menu
|
|
li Item 1
|
|
li Item 2
|
|
|
|
block content
|
|
p Content from child template |