aboutsummaryrefslogtreecommitdiff
path: root/src/View/Layout.ml
blob: db1e234ec8bce0c814b61adedf292aa521fda040 (plain)
1
2
3
4
5
6
7
8
9
let section attrs content =
  H.div
    (HA.concat attrs [| HA.class_ "g-Layout__Section" |])
    content

let line attrs content =
  H.div
    (HA.concat attrs [| HA.class_ "g-Layout__Line" |])
    content