<body store="{theme: 'dark'}">
<main state="{count: 0}">
<div get="/profile" as="profile">
<h2 bind="profile.name">
<span bind="profile.email">
<div get="/posts" as="posts" loading="skeleton">
<ul>
<li foreach="post in posts">
<button on:click="count++">
<div foreach="post in posts" key="post.id">
<aside if="showSidebar">
<nav>
<a route="/settings">
<div class-active="isActive">