aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/settings/secrets.tmpl
blob: 1a6875acefc18b153555d7963f0c0239fcce90ec (plain)
1
2
3
4
5
6
7
8
9
10
{{template "base/head" .}}
<div class="page-content user settings secrets">
	{{template "user/settings/navbar" .}}
	<div class="ui container">
		{{template "base/alert" .}}
		{{template "shared/secrets/add_list" .}}
	</div>
</div>

{{template "base/footer" .}}