"My Account" Page Code Sample
Here is some example code to build the "My Account" page for the Accounts app. This is just an example and you have the flexibility to lay out the page to suit your own design.
Below is a screenshot of the layout that this code will build.
HTML:
Below is the HTML / Branch code that would go in the Template field for the Tag List content template.
<h1>Account Options</h1>
<div class="content">
<a href="{#urls.edit}">Edit my account</a>
<br /><br />
<a href="{#urls.logout}">Logout</a>
</div>