This commit is contained in:
parent
52aa5d10eb
commit
55471fd67c
10 changed files with 137 additions and 33 deletions
14
src/section-head.html
Normal file
14
src/section-head.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<script props>
|
||||
module.exports = {
|
||||
header: props.header || ''
|
||||
}
|
||||
</script>
|
||||
<div class="section-header">
|
||||
<div>
|
||||
<h1>{{header}}</h1>
|
||||
</div>
|
||||
<div>
|
||||
<yield></yield>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
Loading…
Add table
Add a link
Reference in a new issue