mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
16 lines
367 B
HTML
16 lines
367 B
HTML
---
|
|
title: Terms of service
|
|
layout: single
|
|
container-size: narrow
|
|
permalink: terms-of-service.html
|
|
---
|
|
|
|
<div class="card card-md">
|
|
<div class="card-body">
|
|
<h3 class="card-title">{{ page.title }}</h3>
|
|
<div class="markdown">
|
|
{% capture license %}{% include "terms-of-service.md" %}{%- endcapture %}
|
|
{{ license | renderContent: "md" }}
|
|
</div>
|
|
</div>
|
|
</div> |