Knio / dominate

Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration with Flask (or other framework) ?

coreybrett opened this issue · comments

Has anyone used Dominate with Flask (or other)?
Curious how you handled CSS and JS assets.

Closing as this is not an issue and dominate is a standalone library, but maybe consider the new GitHub Wiki, or Stackoverflow