Files
pixsy/node_modules/pug/test/cases/mixin.block-tag-behaviour.html
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

22 lines
382 B
HTML

<html>
<body>
<section class="article">
<h1>Foo</h1>
<p>I'm article foo</p>
</section>
</body>
</html>
<html>
<body>
<section class="article">
<h1>Something</h1>
<p>
I'm a much longer
text-only article,
but you can still
inline html tags
in me if you want.
</p>
</section>
</body>
</html>