12 lines
324 B
HTML
12 lines
324 B
HTML
{{extends file="base.html"}}
|
|
|
|
{{block name=content}}
|
|
<div class='row'>
|
|
<div class='columns small-12'>
|
|
<h2>Terms of Service</h2>
|
|
<p>
|
|
By using this service, you understand and acknowledge the following terms of service:
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{{/block}}
|