Files
boxes/testing.html
2015-03-17 13:06:24 +01:00

10 lines
190 B
HTML

---
layout: default
title: Test Cases
---
{% capture includedMarkdown %}{% include boxes/testing.md %}{% endcapture %}
<div class="bxpage well">
{{ includedMarkdown | markdownify }}
</div>