Simplify into a page template thanks to aleksrutins/cheetah#1

This commit is contained in:
Aleks Rutins 2024-06-04 21:26:12 +00:00
parent 27390b6e77
commit e063e315ed
9 changed files with 28 additions and 42 deletions

11
layouts/page.html Normal file
View 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>