this is my `./md/Card.fragment.md`:

```
| index | visible | front | back |
|:-----:|:-------:|:-----:|:----:|
|__\${SLOT.index}__ | \${SLOT.visible} | \${SLOT.front} | \${SLOT.back} |
```

which makes this *xml* to use which I use/generate verbosely here:

```
<\${Card}>
	<content for='index'>\${kitten.db.Data.card1.index}</content>
	<content for='visible'>\${kitten.db.Data.card1.visible}</content>
	<content for='front'>\${kitten.db.Data.card1.front}</content>
	<content for='back'>\${kitten.db.Data.card1.back}</content>
</>
```

of which, you can see the results above.