The core script.
The core/base html. This is where <html>, <head> and <body> are.
This child handles requests for “/”
This is the driver behind “/awt” and “/id”
This is the driver behind “/tag”
This gets rendered as a subtemplate of base.html when an invalid URL is given.
This is the intro at the beginning of every page, but I’m going to push it into base.html.
This is the text-entry box shown when the user is being invited to modify some ABIF.
This is shown at the bottom of many pages
This is a footer that shows up on all pages
This is part of a subpage of tag-index.html. It iterates from 6 until the end of list abif files associated with the current tag
This is part of a subpage of tag-index.html. It iterates through all of the examples and provides “/id”-based links
This is part of a subpage of results-index.html This snippet that gets pulled in when IRV results are requested. It contains a bit of style used in templates that should probably be copied elsewhere.
This is part of a subpage of results-index.html This snippet that gets pulled in when STAR results are requested. It contains a bit of style used in templates that should probably be copied elsewhere.
Return name named environment variable from web environment.
Return dictionary with entire web environment
sync web environment with WebEnv singleton
Load the list of examples from examplelist.yml
Returns entry of ABIF file matching filekey
Returns ABIF file entries having given tag
FIXME
FIXME
called by get_by id
This is a really simple function
This was the original function to handle GET requests. It’s a monolith that probably needs to be broken up