boxes/about.html

10 lines
180 B
HTML
Raw Normal View History

---
layout: default
2014-12-24 14:04:40 +01:00
title: Overview
---
{% capture includedMarkdown %}{% include about.md %}{% endcapture %}
<div class="bxpage well">
{{ includedMarkdown | markdownify }}
</div>