fs = require 'fs'

module.exports = (app) ->
  html = fs.readFileSync "#{__dirname}/files/pcFooter.html", 'utf-8'
  app.locals.footerHtml = html.replace /\{\{ baseUrl \}\}/g, app.locals.baseUrl