Guest User

Untitled

a guest
Feb 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. This template:
  2. %html
  3. %body[{class, "normal"}]
  4. #message
  5. Hello, world!
  6.  
  7. renders this output:
  8. <html>
  9. <body class="normal">
  10. <div id="message">
  11. Hello, world!
  12. </div>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment