Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 496 Bytes

File metadata and controls

22 lines (19 loc) · 496 Bytes
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 %})