-
-
+
+
+
{/each}
diff --git a/site/content/examples/binding-input-numeric/App.html b/site/content/examples/binding-input-numeric/App.html
index 6dc37b6d17..566c16006c 100644
--- a/site/content/examples/binding-input-numeric/App.html
+++ b/site/content/examples/binding-input-numeric/App.html
@@ -1,6 +1,6 @@
-
-
+
+
{a} * {b} = {a * b}
diff --git a/site/content/examples/binding-input-radio/App.html b/site/content/examples/binding-input-radio/App.html
index d1fdc52f67..f83813754f 100644
--- a/site/content/examples/binding-input-radio/App.html
+++ b/site/content/examples/binding-input-radio/App.html
@@ -1,16 +1,16 @@
-
selected {selected}
\ No newline at end of file
+
selected {selected}
\ No newline at end of file
diff --git a/site/content/examples/binding-input-text/App.html b/site/content/examples/binding-input-text/App.html
index 6120d9a23c..5d81d1e564 100644
--- a/site/content/examples/binding-input-text/App.html
+++ b/site/content/examples/binding-input-text/App.html
@@ -1,2 +1,2 @@
-
+
Hello {name || 'stranger'}!
\ No newline at end of file
diff --git a/site/content/examples/binding-media-elements/App.html b/site/content/examples/binding-media-elements/App.html
index 75f8e51507..a8fcb64f64 100644
--- a/site/content/examples/binding-media-elements/App.html
+++ b/site/content/examples/binding-media-elements/App.html
@@ -1,22 +1,59 @@
-
+
+
+
+
+
THX Deep Note
-
-

-
{format(t)}
-
{format(d)}
+
+

+
{format(t)}
+
{format(d)}
-
+
THX Deep Note
-
-

-
{format(t)}
-
{format(d)}
+
+

+
{format(t)}
+
{format(d)}
@@ -57,48 +94,3 @@
.elapsed { float: left; }
.duration { float: right; }
-
-
diff --git a/site/content/examples/binding-textarea/App.html b/site/content/examples/binding-textarea/App.html
index 6e9f32ec4f..4fd46f2625 100644
--- a/site/content/examples/binding-textarea/App.html
+++ b/site/content/examples/binding-textarea/App.html
@@ -1,19 +1,15 @@
-
-
{@html marked(markdown)}
+
+
+
+
{@html marked(markdown)}
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/content/examples/each-blocks/App.html b/site/content/examples/each-blocks/App.html
index 07d1a693de..b8ba07a5e9 100644
--- a/site/content/examples/each-blocks/App.html
+++ b/site/content/examples/each-blocks/App.html
@@ -2,6 +2,6 @@
\ No newline at end of file
diff --git a/site/content/examples/hacker-news/App.html b/site/content/examples/hacker-news/App.html
index 0fe0af3dff..8650751d31 100644
--- a/site/content/examples/hacker-news/App.html
+++ b/site/content/examples/hacker-news/App.html
@@ -1,4 +1,35 @@
-
+
+
+
{#if item}
@@ -26,41 +57,4 @@
main :global(a) {
color: rgb(0,0,150);
}
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/content/examples/hacker-news/Comment.html b/site/content/examples/hacker-news/Comment.html
index 7c9d40611b..f932a30717 100644
--- a/site/content/examples/hacker-news/Comment.html
+++ b/site/content/examples/hacker-news/Comment.html
@@ -1,11 +1,11 @@
- {comment.user} {comment.time_ago}
+ {comment.user} {comment.time_ago}
{@html comment.content}
-
+
{#each comment.comments as child}
-
+
{/each}
diff --git a/site/content/examples/hacker-news/Item.html b/site/content/examples/hacker-news/Item.html
index 40843e4ee4..76a3c10551 100644
--- a/site/content/examples/hacker-news/Item.html
+++ b/site/content/examples/hacker-news/Item.html
@@ -1,15 +1,26 @@
-
« back
+
+
+
« back
-
+
{item.title}
{item.domain}
- submitted by {item.user} {item.time_ago}
+
submitted by {item.user} {item.time_ago}
-