diff --git a/lib/routes/behance/templates/description.art b/lib/routes/behance/templates/description.art index 9f5b9fb5dcc896..698a6ff6b4c254 100644 --- a/lib/routes/behance/templates/description.art +++ b/lib/routes/behance/templates/description.art @@ -14,6 +14,8 @@ {{ each module.components comp }} {{ /each }} + {{ else if module.__typename === 'EmbedModule' }} + {{@ module.fluidEmbed || module.originalEmbed }} {{ else }} UNHANDLED MODULE: {{ module.__typename }} {{ /if }}