yesod-static-angular-0.1.0: example/templates/tab-example.hamlet
<p>This example is taken from the <a href="http://docs.angularjs.org/guide/directive">AngularJS guide</a>.
<div>
<my-tabs>
<my-pane title="Hello">
<p>Lorem ipsum
<my-pane title="World">
<p>
Click me:
<a href ng-click="i = i + 1">counter: {{i || 0}}