diff --git a/src/templates/nodes/custom/group_hdri/view_embed.jade b/src/templates/nodes/custom/group_hdri/view_embed.jade index a8133b6e..8e289441 100644 --- a/src/templates/nodes/custom/group_hdri/view_embed.jade +++ b/src/templates/nodes/custom/group_hdri/view_embed.jade @@ -9,6 +9,12 @@ style="background-image: url({{ node.picture.thumbnail('m', api=api) }})") | {% endif %} + | {% if node.description %} + section.node-row + .node-details-description + | {{node.description}} + | {% endif %} + | {% if children %} section.node-row.texture-info span.texture-info-files {{ children|length }} item{% if children|length != 1 %}s{% endif %} diff --git a/src/templates/nodes/custom/group_texture/view_embed.jade b/src/templates/nodes/custom/group_texture/view_embed.jade index 2b2ca773..d9900830 100644 --- a/src/templates/nodes/custom/group_texture/view_embed.jade +++ b/src/templates/nodes/custom/group_texture/view_embed.jade @@ -9,6 +9,12 @@ style="background-image: url({{ node.picture.thumbnail('m', api=api) }})") | {% endif %} + | {% if node.description %} + section.node-row + .node-details-description + | {{node.description}} + | {% endif %} + | {% if children %} section.node-row.texture-info span.texture-info-files {{ children|length }} item{% if children|length != 1 %}s{% endif %}