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 } --- {% css %} h1 { color: red; } {% endcss %} <h1>ERROR: 404</h1> <p>{{ title }}</p> Go <a href="/">home</a>.