initial
This commit is contained in:
18
node_modules/pug/test/output/each.else.html
generated
vendored
Normal file
18
node_modules/pug/test/output/each.else.html
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
<ul>
|
||||
<li>no users!</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>tobi</li>
|
||||
<li>loki</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>name: tobi</li>
|
||||
<li>age: 10</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>user has no details!</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>name: tobi</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user