Skip to content

Instantly share code, notes, and snippets.

@bryanpizzillo
Last active January 12, 2019 16:06
Show Gist options
  • Select an option

  • Save bryanpizzillo/064866aa67b619add4276013893b547e to your computer and use it in GitHub Desktop.

Select an option

Save bryanpizzillo/064866aa67b619add4276013893b547e to your computer and use it in GitHub Desktop.
{# Render the value of field only if it exists. #}
{% if not node.my_field.isEmpty() %}
<div class="some-class">
{{ node.my_field.value }}
</div>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment