Skip to content

Instantly share code, notes, and snippets.

@grrinchas
Created December 19, 2017 11:35
Show Gist options
  • Save grrinchas/e4acd764293f3e591599de305b45570b to your computer and use it in GitHub Desktop.
Save grrinchas/e4acd764293f3e591599de305b45570b to your computer and use it in GitHub Desktop.
module Pages exposing (..)
import Html exposing (Html)
import Components exposing (..)
import Models exposing (..)
landing : Model -> Html msg
landing model =
layout authHeader <| landingBody model.posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment