<!doctype html> <html> <head> <meta charset="utf-8"> </head> <body> Always present text <if expr="foo"> Text for foo only </if> <if expr="orange"> Text for orange only </if> More text for everyone </body> </html>