Simplify into a page template thanks to aleksrutins/cheetah#1
This commit is contained in:
parent
27390b6e77
commit
e063e315ed
9 changed files with 28 additions and 42 deletions
11
layouts/page.html
Normal file
11
layouts/page.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<extends template="layouts/base.html" [title]="title"></extends>
|
||||
<p></p>
|
||||
<p>
|
||||
<nav-links [back]="back" [next]="next"></nav-links>
|
||||
</p>
|
||||
|
||||
<slot></slot>
|
||||
|
||||
<p>
|
||||
<nav-links [back]="back" [next]="next"></nav-links>
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue