We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Blade
html head title Hello body h1 Hello, world!
HTML
<html> <head> <title>Hello</title> </head> <body> <h1>Hello, world!</h1> </body> </html>
h1#header.center Hello, world! h2.sub-header.center(style="display: none") Hello, nobody!
<h1 id="header" class="center">Hello, world!</h1> <h2 style="display: none" class="sub-header center">Hello, nobody!</h2>
More examples coming soon...