mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
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
|