diff options
Diffstat (limited to 'hello.py')
| -rw-r--r-- | hello.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ from htmtl import Htmtl def main(): - print(Htmtl("<div inner-text=\"hello\">asdasd</div>").html()) + print(Htmtl("<div inner-text=\"hello {something}\">asdasd</div>", {'something': 'nothing'}).html()) if __name__ == "__main__": |
