mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-13 16:05:50 +03:00
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
include ./header
|
|
include ./mixins.jade
|
|
|
|
- var Page = InitPage(Site, Authors.spacy, "home", '404')
|
|
- Page.canonical_url = null
|
|
- Page.is_error = true
|
|
- Site.slogan = "404"
|
|
- Page.active = {}
|
|
|
|
+WritePage(Site, Authors['spacy'], Page)
|
|
h2 Page not found
|
|
|
|
section.intro
|
|
p The page you tried to access was not found. #[a(href="javascript:history.back()") Click here] to go back.
|