| layout | permalink | title |
|---|---|---|
default |
/404.html |
404 - page not found |
def four_o_four(annoyed):
if annoyed = True:
return "terribly sorry, see links at the bottom of the page"
else:
return """
you look lost. check out
https://wiki.python.org/moin/BeginnersGuide/Overview
if you're curious.
or just see the links at the bottom of the page.
"""[home]({% link index.html %})
[members]({% link members/index.md %})