{% include header.html %} {% include container-start.html %} {% capture my-include %}{% include {{page.md_filename}}.md %}{% endcapture %}{{ my-include | markdownify }} {% include container-end.html %} {% include footer.html %}