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