blob: a0dc173ba3f54b9987a62239294ac77b15063b0b (
plain)
1
2
3
4
5
6
7
8
9
10
|
<site>
<header />
<content />
<script>
/* Import everything that you want to have in scope in your tags here */
import riot from 'riot';
import { observe } from 'vigilante';
</script>
</site>
|