1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
---json { "layout": "base", "title": "File Not Found", "permalink": "404.html", "eleventyExcludeFromCollections": true } --- <style> h1 { color: red; } </style> <h1>ERROR: 404</h1> <p @text="title"></p> Go <a href="/">home</a>.