1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-10 05:12:28 +04:00
Files
tabler/preview/pages/terms-of-service.html
T

16 lines
366 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>