This commit is contained in:
Kara Engelhardt
2026-08-11 09:54:14 +02:00
parent 863d147ffa
commit d442c9b282
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)