aboutsummaryrefslogtreecommitdiff
path: root/app/views/pages/privacy.scala.html
blob: dd6898a433d166457697ae26c27b89aad22b6a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@()(implicit request: AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token)

@templates.ebe("Privacy policy")(request.account) {

	<div class="pure-g">
		<div class="pure-u-1 pure-u-lg-1-2 centered">
			<h2>Privacy policy</h2>
			<ul>
				<li>We read your passwords.</li>
				<li>But we do not use Google Analytics or any third-party nasty thing.</li>
			</ul>
		</div>
	</div>

}