From bd982fb62dfcde7a012bea4b7a18caaa66b292f1 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 27 Oct 2023 18:30:29 -0400 Subject: [PATCH] Add a template for section. --- default_environment/templates/html/section.dust | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default_environment/templates/html/section.dust b/default_environment/templates/html/section.dust index eef3799..7e41dd8 100644 --- a/default_environment/templates/html/section.dust +++ b/default_environment/templates/html/section.dust @@ -1 +1,3 @@ -section +{#.children} + {>element/} +{/.children}