import { getDocument } from '$lib/server/documents';
export function load() {
return { html: getDocument('charte-1963') };
}