All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
14 lines
No EOL
199 B
HTML
14 lines
No EOL
199 B
HTML
<script props>
|
|
module.exports = {
|
|
header: props.header || ''
|
|
}
|
|
</script>
|
|
<div class="section-header">
|
|
<div>
|
|
<h1>{{header}}</h1>
|
|
</div>
|
|
<div>
|
|
<yield></yield>
|
|
</div>
|
|
</div>
|
|
<hr> |