doctype html html

head
  = render 'layouts/head'

body class="#{'front-page' if controller.controller_name == 'main'}"

  = render 'layouts/header'

  .container.container--base

    = yield :banner

    .container__inner.container__main

      - if flash[:pills]
        .flash-message
          = flash[:pills]

      = yield

  = render 'layouts/footer'

  #pills-notice.pills-notice
    .blue-pill
    .red-pill