Is there a way to remove the blank lines when conditionally rendering fields? Here is my template config:
{{OtherStreet}} {{OtherCity}}{{#OtherCity}},{{/OtherCity}} {{OtherState}} {{OtherPostalCode}} {{#Fax}}Fax: {{/Fax}} {{Fax}} {{#HomePhone}}Home Phone: {{/HomePhone}}{{HomePhone}} {{#OtherPhone}}Other Phone: {{/OtherPhone}}{{OtherPhone}} {{#AssistantName}}Assistant: {{/AssistantName}}{{AssistantName}} {{#AssistantPhone}}Asst. Phone: {{/AssistantPhone}}{{AssistantPhone}}<br>