// Package content reads a site root into bundles. It knows the disk and nothing about HTTP. // // Every read goes through an [os.Root] (ADR-0031), so no path — from a filename or later from a // request — can escape the site root, even through a symlink. package content