Пример #1
0
    def construct(self):
        z = []

        with Div().into(z):
            z += text("second")

        return z
Пример #2
0
    def construct(self):    
        z = []

        with Div().into(z):
            z += text("first")
            z += SecondLevelBlock()

        return z