Skip to content

Commit 9f2480f

Browse files
authored
Update README.md
1 parent 7db7310 commit 9f2480f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ Building Static HTML and CSS in Python
33

44
## Introduction
55
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. Although there are Jinja and Mako in this space, I don't intend to make this library a substitute for such a package.
6+
It simply provides components that make it easier to build the HTML template faster.
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.
9+
710
**This is just an experiment. **
811

912
## Quick Bootstrap Example

0 commit comments

Comments
 (0)