t.hbs 925 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>fetch tags</title>
  7. <style nonce="poes">
  8. * { margin: 0; padding: 0; font-family: Inter, Arial, Helvetica, sans-serif; font-size: 14px;}
  9. .container { width: 450px; margin: 0px auto;}
  10. a { text-decoration: none; color: #3c096c }
  11. a:hover { text-decoration: underline;}
  12. .list { list-style-type: none; margin: 0px;}
  13. span { padding-right: 6px; text-transform: capitalize; display: inline-block;}
  14. .vhi { visibility: hidden; margin:0px}
  15. .sembunyi { visibility: hidden; height: 6px}
  16. h3.sembunyi + span::first-letter { font-weight: bold; color: #3c096c}
  17. </style>
  18. </head>
  19. <body>
  20. <div class="container">
  21. <p></p>
  22. <p>Role : {{ user.role }}</p>
  23. <p>{{# if_eq origin '/'}}
  24. Origin : {{ origin }}
  25. {{/if_eq}}</p>
  26. </div>
  27. </body>
  28. </html>