Add a basic template for source blocks.

This commit is contained in:
Tom Alexander
2023-10-29 10:41:03 -04:00
parent fb99fd2b39
commit eaea37f448

View File

@@ -1 +1,9 @@
!!!!!!!! src_block
<table>
<tbody>
{#.lines}
<tr>
<td><code>{.}</code></td>
</tr>
{/.lines}
</tbody>
</table>