packages/fxa-content-server/app/scripts/templates/pp.mustache (15 lines of code) (raw):
<div id="main-content" class="panel">
<header id="legal-header">
<h1 id="fxa-pp-header">{{#t}}Privacy Notice{{/t}}</h1>
</header>
<section class="hidden">
<div class="error"></div>
<article id="legal-copy">
</article>
{{#canGoBack}}
<div class="button-row">
<button id="fxa-pp-back" class="back primary-button">{{#t}}Back{{/t}}</button>
</div>
{{/canGoBack}}
</section>
</div>