diff --git a/_includes/layouts/error.tsx b/_includes/layouts/error.tsx new file mode 100644 index 0000000..f97df30 --- /dev/null +++ b/_includes/layouts/error.tsx @@ -0,0 +1,40 @@ +import { md } from '../../filters.ts'; +import Head from '../Head.tsx'; +import Background from '../Background.tsx'; + +export default ({ + title, + content, + code, + + theme, + extraStylesheets, + extraScripts, + cacheBust, +}) => <> + +
+