---
title: Markdown
files: ['src/content/markdown.md']
---
<h1>{{title}}</h1>
{{#each files}}
  {{md this}}
{{/each}}
