mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-08 22:00:36 +01:00
10 lines
190 B
HTML
10 lines
190 B
HTML
---
|
|
layout: default
|
|
title: Downloads
|
|
---
|
|
|
|
{% capture includedMarkdown %}{% include boxes/download.md %}{% endcapture %}
|
|
<div class="bxpage well">
|
|
{{ includedMarkdown | markdownify }}
|
|
</div>
|