(ns chef.pages.admin (:require [chef.pages.utils :as cputils] [hiccup2.core :as html] [ring.util.response :as ruresp])) (defn handler [req] (-> (cputils/gen-page "chef - Dashboard" [:i "Coming soon..."]) html/html str ruresp/response))