this repo has no description
1{{ define "title" }}terms of service{{ end }}
2
3{{ define "content" }}
4<div class="max-w-4xl mx-auto px-4 py-8">
5 <div class="bg-white dark:bg-gray-800 rounded-lg shadow-sm p-8">
6 <div class="prose prose-gray dark:prose-invert max-w-none">
7 {{ .Content }}
8 </div>
9 </div>
10</div>
11{{ end }}