feat: added contact page template

This commit is contained in:
Nick 2024-11-28 19:49:28 -06:00
parent 1501624920
commit 2a0b5f25ca
6 changed files with 133 additions and 1 deletions

View file

@ -78,4 +78,25 @@ subscriptions model =
view : Model -> View Msg
view model =
View.fromString "Pages.Home_"
{ title = homeName
, attributes = []
, element = homeContainer
}
homeContainer : Element msg
homeContainer =
topLevelContainer homeList
homeList : Element msg
homeList =
none
-- column
-- pageList
-- <|
-- List.map homeMaker
-- []