$def with (main_app, apps, webint_metadata, webint_versions) $# , understory_version, applications) $var title: System

Primary application: $main_app.name

webint version: $webint_versions[0] $if webint_versions[1]: out of date. current version is $webint_versions[1].

$#

Theme

$#
$# $ action = "deactivate" if tx.host.theme else "activate" $# $#

Routes

$def render_parent_controllers(location, controllers): $:render_parent_controllers("before", main_app.controllers) $:render_parent_controllers("after", main_app.after_controllers)

Wrappers

    $for wrapper in main_app.wrappers:
  1. $wrapper.__name__
    $wrapper.__module__
$# $def aside(): $# $#

Applications

$# $# $# $#
$# $# $# $#
$# $#
$# $var aside = aside $# XXX