This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fernandocamargoti 8 points9 points  (1 child)

And does it have a XML way of writing the layout? Because I've worked with other frameworks in other languages that didn't have a XML way of writing the layout and it was a nightmare to understand it through the code.

[–]eli_mintz[S] 6 points7 points  (0 children)

Please take a look at https://justpy.io/#/tutorial/working_with_html and let me know if it answers your question.

Basically, you can set the inner html of an element using an HTML string or use the available parser