---
title: "External and Internal Wraps (NEW! Liquid Templates)"
slug: "external-and-internal-wraps-new-liquid-templates"
updated: 2024-01-16T21:06:18Z
published: 2024-01-16T21:06:18Z
canonical: "help.opensense.com/external-and-internal-wraps-new-liquid-templates"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.opensense.com/llms.txt
> Use this file to discover all available pages before exploring further.

# External and Internal Wraps (NEW! Liquid Templates)

This is our current synxtax **as of 2022**. If you are not familiar with/used to this format, please check out our legacy template article [External and Internal Wraps (Legacy)](https://opensense.document360.io/docs/external-and-internal-wraps-pre-2022-legacy)

## Different Signature Internally and Externally

- Wrap the entire <table> with {% if sg**external** }{% endif %} OR {% if sg**internal**%}{% endif %}![](https://cdn.document360.io/05b0e12d-96a6-4b75-a423-672ab2be88d7/Images/Documentation/externalInternal1.png)  
  
![](https://cdn.document360.io/05b0e12d-96a6-4b75-a423-672ab2be88d7/Images/Documentation/externalInternal2.png)  
  
![](https://cdn.document360.io/05b0e12d-96a6-4b75-a423-672ab2be88d7/Images/Documentation/externalInternal3.png)This example displays a long formal signature for external recipients, but a shortened signature internally. Also notice, they have no signature set for internal replies

## External Banenrs

- Wrap the entire <table> with {& if sg**external** %}{% endif %} OR {% if sg**internal** %}{% endif %} ![](https://cdn.document360.io/05b0e12d-96a6-4b75-a423-672ab2be88d7/Images/Documentation/externalInternal4.png)

## Related Articles

- [Conditional Fields](https://opensense.document360.io/docs/conditional-fields-new-liquid-templates)
