Problem
render.py loads a Jinja2 template via self.env.get_template("community.html") from src/communitymech/templates/, but that directory and template file were never committed. Running just gen-html currently fails with a TemplateNotFound error.
Request
@realmarcin — it looks like src/communitymech/templates/community.html exists on your local branch but wasn't pushed. Can you commit and push it? Once it's in, I'll extend it to render the new associated_datasets section and update browser_export.py to match.
Problem
render.pyloads a Jinja2 template viaself.env.get_template("community.html")fromsrc/communitymech/templates/, but that directory and template file were never committed. Runningjust gen-htmlcurrently fails with aTemplateNotFounderror.Request
@realmarcin — it looks like
src/communitymech/templates/community.htmlexists on your local branch but wasn't pushed. Can you commit and push it? Once it's in, I'll extend it to render the newassociated_datasetssection and updatebrowser_export.pyto match.