Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 265 Bytes

404.md

File metadata and controls

13 lines (12 loc) · 265 Bytes
title description permalink layout
Page Not Found
This page belongs to another universe.
/404.html
error
if page["url"] not in [page["url"] for page in site["pages"]]:
    print("404 Page Not Found 😢")
    return

print(page["content"])