From eaea37f448f0d549ecebab96dd26e2bb6c9bffd7 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 29 Oct 2023 10:41:03 -0400 Subject: [PATCH] Add a basic template for source blocks. --- default_environment/templates/html/src_block.dust | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/default_environment/templates/html/src_block.dust b/default_environment/templates/html/src_block.dust index 02185e2..22e7f33 100644 --- a/default_environment/templates/html/src_block.dust +++ b/default_environment/templates/html/src_block.dust @@ -1 +1,9 @@ -!!!!!!!! src_block + + + {#.lines} + + + + {/.lines} + +
{.}