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