//a quick example of how to use actual 'if' statements inside template literals, //without using ternary operator. Sometimes this is cleaner if you have complex conditionals or nested conditionals. //data param is passed in via render(template(data), this) - if not using lit-html, could be any function template = (data) => html`