Mike Qiu

Results 3 comments of Mike Qiu

A related question: attribute interpolation doesn't seem to work with `pug_to_html`. I have a list of images that I want to render with ``` each fpath in img_files img(src=fpath) ```...

I defined `img_files` in another Python script and passed it to `pug_to_html`. It works now, thank you so much! I stored the file paths as separate keys in `GLOBALS`, which...

See https://github.com/dswah/pyGAM/issues/357