mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-15 09:10:00 +01:00
10 lines
189 B
HTML
10 lines
189 B
HTML
---
|
|
layout: default
|
|
title: Examples
|
|
---
|
|
|
|
{% capture includedMarkdown %}{% include boxes/examples.md %}{% endcapture %}
|
|
<div class="bxpage well">
|
|
{{ includedMarkdown | markdownify }}
|
|
</div>
|