Guest User

Untitled

a guest
Jun 13th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. view model =
  2. div [ class "container-fluid" ]
  3. [ div [ class "row" ]
  4. [
  5. div [ class "col-md-2 d-none d-md-block bg-light sidebar"]
  6. [text "This is where the nav will go"]
  7. ,div [ class "col-md-9 ml-sm-auto col-lg-10 px-4" ]
  8. [ div [ class "content-heading" ] [ h2 [] [ text "Selected Tag"]]
  9. , div [] [ text "this is where the summaries will be displayed"]
  10. ]
  11. ]
  12. ]
Add Comment
Please, Sign In to add comment