index.html 224 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Templates Test</title>
  5. </head>
  6. <body>
  7. <h1 align="center">Now the value is $(myvariable)</h1>
  8. if $(can_place)
  9. {
  10. <h1 align="center">Can place is "true"</h1>
  11. }
  12. </body>
  13. </html>