This commit is contained in:
parent
e978d5fa53
commit
c8d209facd
12 changed files with 270 additions and 144 deletions
14
src/components/section-head.html
Normal file
14
src/components/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