<template id="AnimatedFolder" is="animated-folder">
    <div class="$-{this.model.classes ||''} animated-folder" id="$-{this.viewId}" >
        <bootstrap-breadcrumb></bootstrap-breadcrumb>

        <div class="main-view" id="$-{this.id}-container" >
            $-{this.content}
        </div>

    </div>
</template>