bigbluebutton-Github/labs/meteor-client/client/views/sharedTemplates.html
2014-08-06 10:46:54 -07:00

6 lines
165 B
HTML
Executable File

<template name="scrollWindow">
{{> yield}}
<div class="ScrollableWindow" id="{{id}}">
{{> yield region="scrollContents"}}
</div>
</template>