module Utils.Tooltip where import ClassyPrelude.Yesod hiding (Proxy) textTooltip :: forall site. WidgetFor site () -> WidgetFor site () -> WidgetFor site () textTooltip ttHandle ttContent = $(whamletFile "templates/widgets/text-tooltip.hamlet")