mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added contact page template
This commit is contained in:
parent
1501624920
commit
2a0b5f25ca
6 changed files with 133 additions and 1 deletions
|
@ -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
|
||||
-- []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue