4 lines
213 B
HTML
4 lines
213 B
HTML
|
{{ template "before.html" . }}
|
||
|
<h1>Terms of Service</h1>
|
||
|
<p>Include your terms of service here, or set the <code>TERMS_URL</code> environment variable to redirect to another link.</p>
|
||
|
{{ template "after.html" . }}
|