class FeatureTab(blocks.StreamBlock):
tab = blocks.StructBlock([
('head', blocks.CharBlock(label='Tab Name')),
('text', blocks.CharBlock(label='Tab Text'))
])
class Meta:
label = 'A Tab Feature'
template = 'home/blocks/features/Tab.html'head1
head2
head3
text1
text2
text3
thanks for your fast help.
Now I finally understood it.
Cheers
Flori