mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02:00
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
extends inherit.master.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
|