You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ Building Static HTML and CSS in Python
3
3
4
4
## Introduction
5
5
PyHTML is a library that compiles HTML syntax based on how py-HTML elements are combined. The compiled HTML is still static not JS interactions or Virtual DOM thingy.
6
-
It simply provides components that make it easier to build the HTML template faster.
6
+
It simply provides components that make building the HTML template faster.
7
7
8
-
Although there are Jinja and Mako in this space, I don't intend to make this library a substitute for such a package.
8
+
Although Jinja and Mako are in this space, I don't intend to substitute this library for such a package.
0 commit comments