Ejemplo n.º 1
0
    def construct(self):
        z = []

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

        return z
Ejemplo n.º 2
0
    def construct(self):    
        z = []

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

        return z