(ns your-namespace (:require noir.util.middleware))
Helpful middleware functions
Usage: (wrap-utf-8 handler)
Adds the 'charset=utf-8' clause onto the content type declaration, allowing pages to display all utf-8 characters.