aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/site
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/site')
-rw-r--r--src/components/site/site.tag10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/site/site.tag b/src/components/site/site.tag
new file mode 100644
index 0000000..c5e8706
--- /dev/null
+++ b/src/components/site/site.tag
@@ -0,0 +1,10 @@
+<site>
+ <header />
+ <content />
+
+ <script>
+ /* Import everything that you want to have in scope in your tags here */
+ import riot from 'riot';
+ import { clicker } from './observables';
+ </script>
+</site> \ No newline at end of file