module Main exposing (main) import Html exposing (..) import Html.Attributes exposing (..) banner = {- TODO Add a logo and tagline to this banner, so its structure becomes:
HINT 1: theright after the
with the banner" ] , div [ class "container page" ] [ div [ class "row" ] [ div [ class "col-md-9" ] [ feed ] , div [ class "col-md-3" ] [] ] ] ]