bigbluebutton-Github/labs/meteor-client/client/views/layout.html

6 lines
84 B
HTML
Raw Normal View History

2014-06-14 00:22:30 +08:00
<template name="layout">
<div>
{{>header}}
</div>
{{> yield}}
</template>