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