Open
Description
Expected Behavior
As per #91. It's not immediately obvious how one could generate a list of modules programmatically.
It looks like your mako template changes format based on context:
<%
module_list = 'modules' in context.keys() # Whether we're showing module list in server mode
%>
But I'm looking for a convenient way of getting the module list to appear. Does such a method exist?
Actual Behavior
Some documentation or exposed method would be great.