<%include file="/pageheader.html" /> <%! #Code Here runs once when page is first rendered. Good place for import statements. __doc__= "" %> <% if 'yaml' in kwargs: x = kwargs['yaml'].file.read() module.board.loadGroupFile(x, filename=kwargs['yaml'].filename,errs=True, clear_old=False) %>

Upload a group file

You can upload a YAML group file here. Any groups in the file will replace any with the same name that are loaded.
<%include file="/pagefooter.html" />