Improve view
This commit is contained in:
parent
0952cb2e13
commit
cf691411d7
7 changed files with 39 additions and 20 deletions
src/components
13
src/components/layout.lisp
Normal file
13
src/components/layout.lisp
Normal file
|
@ -0,0 +1,13 @@
|
|||
(defpackage #:hp/components/layout
|
||||
(:use #:cl)
|
||||
(:local-nicknames (#:pi #:piccolo))
|
||||
(:export #:layout))
|
||||
(in-package #:hp/components/layout)
|
||||
|
||||
(pi:define-element layout ()
|
||||
(pi:h
|
||||
(body :hx-ext "head-support"
|
||||
; header
|
||||
(main pi:children)
|
||||
; footer
|
||||
)))
|
Loading…
Add table
Add a link
Reference in a new issue