George Lemon

Results 25 comments of George Lemon

Good to know! In Tim, the colon marks the begining of the HTML content (string). You can use the `class="sm:text-5xl"` attribute: ```tim h2.text-4xl class="sm:text-5xl": "Text marketing made..." ```

Not implemented, yet. You can use `// inline comment...` but will not transpile to HTML

Use three pairs of double-quotes to assign static strings ```timl const rawHtml = """ Click me """ div: $rawHtml // insert the raw html to a timl element ```

httpbeast is POSIX only. I guess this is the problem ```nim requires "httpbeast#head" ``` Should be replaced by https://github.com/ringabout/httpx Anyway, I’m currently in the process of rewriting big parts of...

The current branch: https://github.com/openpeeps/tim/tree/rewrite