Flow
TODO.
<div class="flow">
<h1>About</h1>
<p class="subhead">About our work</p>
<h2>We Count Team</h2>
<h3>Research Team</h3>
<p>Jutta Treviranus, Principal Investigator</p>
</div>
{{ c("flow", {
"blocks": [
{
"tag": "h1",
"text": "About"
},
{
"tag": "p",
"class": "subhead",
"text": "About our work"
},
{
"tag": "h2",
"text": "We Count Team"
},
{
"tag": "h3",
"text": "Research Team"
},
{
"tag": "p",
"text": "Jutta Treviranus, Principal Investigator"
}
]
}) }}