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