Desired HTML:
<br/>
<form id="contact-form" method="post" action="contact.php" role="form">
My Pug code was:
br
form#contact-form(method='post'action='contact.php' role='form')
But it's showing the error:
br is a self closing element:
<br/>
but contains nested content.