This commit is contained in:
Kara Engelhardt
2026-07-28 11:30:49 +02:00
parent 38be28d64d
commit 404e040600
7 changed files with 378 additions and 185 deletions
+1
View File
@@ -293,5 +293,6 @@ class PassLayout:
raise ValidationError("Invalid layout: {}".format(str(e)))
def generate(self, context):
# TODO: how to handle nonexisting placeholders here?
self.validate(context)
return self.style.generate(self.layout, context)