+++ title = "Hello, world!" author = ["Pavel"] date = 2021-02-01 draft = false +++ ## Hello, world! {#hello-world} Eventually, there will be something interesting here. Or not. Regradless, I'll check if I can write some Python here ```python print("Hello, world") ``` ```text Hello, world ```