[%# Top level template for TentMaker home page. Expects these parameters: input - text version of the bigtop file (as deparsed) mostly for debugging engine - the name of the engine pick from MP13, MP20, or CGI tempate_engine - the name of the template engine pick from TT or Default app - the application portion of the AST, used to retrieve various things (like statements) backends - the backends hash built by Bigtop::Tentmaker::do_main statements - hash describing statements built by Bigtop::Parser::get_keyword_docs app_config_statements - hash for current app level config block built by Bigtop::TentMaker::compile_app_configs app_blocks - hash describing these app level constructs: sequences, tables, controllers, and literals. file_name - the name of the original input file (optional) tab - the name of the tab to activate expanded_divs - a hash keyed by div's ident true if expanded tab_scroll - the scrollTop of the tab pane div for repositioning body_scroll - the scrollTop of the body for repositioning %] [% view.title %]
    tentmaker - A Bigtop Editor
[% tab = view.data.tab || 'tab-bigtop-config' %]
[% INCLUDE bigtop_config.ttc %]

Current bigtop file
[% INCLUDE app_body.ttc %]
[% INCLUDE backends.ttc %]
[% INCLUDE app_statements.ttc %]