5 lines
121 B
HTML
5 lines
121 B
HTML
|
|
<template name="CurrentBoard">
|
||
|
|
<div id="currentBoardView" class="textView">
|
||
|
|
{{{currentBoardHTML}}}
|
||
|
|
</div>
|
||
|
|
</template>
|