<div><p>
</p>
${t.style()}
<div id="header">
<h1>$title</h1>
</div>
<div id="body">
<h2><strong>You are logged in to Google!</strong></h2>
<p>
Your Freebase account is: <a href="http://www.freebase.com/view%24%7Buser_info.id%7D">$user_info.username</a> ($user_info.name)
</p>
<p>
Your Gaia staging account has not yet been linked to a Freebase user. Please follow these
<a href="https://sites.google.com/a/google.com/metaweb/projects/service-migration/freebase-api#TOC-Auth">directions</a>
to create and link your account as posted on the Metaweb site.
</p>
<pre>${JSON.stringify(user_info, null, 2)}</pre>
<p>
<a href="#">Logout of Freebase</a>
</p>
</div>
<div id="footer">
${attribution.blanket()}
</div>
</div>