1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/preview/pages/terms-of-service.html
2025-04-15 23:18:49 +02:00

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>