Improve
This commit is contained in:
parent
4949324e05
commit
027077c97a
25 changed files with 123 additions and 217 deletions
src/components
|
@ -1,13 +0,0 @@
|
|||
(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