This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / appview / pages / templates / legal / terms.html
318 B 11 lines
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 }}