Happy new year all! The first paragraph of [std/htmlgen](https://nim-lang.org/docs/htmlgen.html) states: Do yourself a favor and import the module as from htmlgen import nil and then fully qualify the macros. Run
What does it mean? I don't get it. Besides the first example imports the module
as usual:
import std/htmlgen
Run
