notice = (text) -> """
#{text}
""" app.templates.singleDocNotice = (doc) -> notice """ You're currently browsing the #{doc.name} documentation. To browse all docs, go to #{app.config.production_host}. """ app.templates.disabledDocNotice = -> notice """ This documentation is currently disabled. To enable it, click Select documentation. """