% # Note that this file is not a valid *.html file! # It is intended to be a bottlepy - style template # used for the scripting part of TheOnionBox! try: from tob.license import License except ModuleNotFoundError: from theonionbox.tob.license import License end license = License() %>