sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 773 forks source link

Fix for incorrect ul > li indentation #82

Closed lukewatts closed 6 years ago

lukewatts commented 6 years ago

Each must be indented in Pug at indentation level you want children to be rendered.

The users list was rendering as:

<ul></ul>
<li>...</li>
<ul></ul>
<li>...</li>
...