mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-02 22:56:30 +00:00
11 lines
212 B
Text
11 lines
212 B
Text
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
|