@ -2,7 +2,7 @@
import RawMustache from './RawMustache.svelte';
let content1 = `<p>First line</p>`;
let content2 = `<p>Another first line</p>`
let content2 = `<p>Another first line</p>`;
let show = false;
$: content = show ? content1 : content2;