GET output tags are html variables that have been passed in the url. All GET output tags start with “get_†then followed by the name of the GET variable. Please note that your variable will be set to lowercase. For example "numberOF" will become "get_numberof".
Example URL: http://your-store.web/page.html?name=Tom
Hello, {get_name}.
Output:
Hello, Tom.