Customize 404 page
We can add a 404.md somewhere to get a better 404.html page, similar to: https://docs.ropensci.org/doesnotexist
Currently we get something standard like: https://docs.ropensci.org/antiword/doesnotexist
But we'd still want the pkgdown 404 of a package to have the navbar etc. of that package?
pkgdown uses .github/404.md, if present, for the content of the 404.
Would the 404.md be injected if it doesn't exist?
# Oh no! It's a 404!
The page you are looking for cannot be found.

I.e. I don't think it can happen via the template package?
I thought this was something that could be templated as well. Maybe it's not.
@jeroen well it could still be injected when building the package if .github/404.md does not exist?
I find the default ok https://docs.ropensci.org/mctq/bla