<%c++ auto name=@@.get("name"); bool nameIsEmpty = name == ""; if (nameIsEmpty) name = "anonymous"; auto message = "Hello, " + name + " from a CSP template"; %> [[ name ]] <%c++ $$< <%c++ if (nameIsEmpty) { $$ << "
" << "You can revisit the same page and append ?name=your_name to change the name"; } %>