<!DOCTYPE html> <html> <head> <title>Templates Test</title> </head> <body> <h1 align="center">Now value is $(myvariable)</h1> if $(can_place) { <h1 align="center">Can plase is "true"</h1> } </body> </html>