{#{{ dd(content) }}#} {% set node_classes = [ 'node', node.isPromoted() ? 'node-promoted', node.isSticky() ? 'node-sticky', not node.isPublished() ? 'node-unpublished', view_mode ? 'node-view-mode-' ~ view_mode|clean_class, ] %} {{ title_prefix }} {% if not page %} {{ label }} {% endif %} {{ title_suffix }} {% if display_submitted %}
{% if node_author_pic %}
{{ author_picture }}
{% endif %} {% set createdDate = node.getCreatedTime|date('j F Y') %} {% trans %} {{ author_name }} {{ createdDate }}{% endtrans %} {% if node_tags %} {% if content.field_tags %} {% for item in content.field_tags %} {% if item['#title'] %} {{ item['#title'] }}{{ ',' }} {% endif %} {% endfor %} {% endif %} {% endif %} {{ metadata }}
{% endif %} {#

Rob's dummy content

#}

{{ label }}

{{ content.field_rdm_description[0] }}
{#Table#} {% if content.field_rdm_creator[0] is not empty %} {% endif %} {% if content.field_rdm_description[0] is not empty %} {% endif %} {% if content.field_rdm_contributors[0] is not empty %} {% endif %} {% if content.field_subjects[0] is not empty %} {% endif %} {% if content.field_rdm_field_of_research[0] is not empty %} {% endif %} {% if content.field_rdm_publication_title[0] is not empty %} {% endif %} {% if content.field_gemini_uri[0] is not empty %} {% endif %} {% if content.field_rdm_publication_link[0] is not empty %} {% endif %} {% if content.field_organization[0] is not empty %} {% endif %} {{ content.content_moderation_control }} {{ content.links }} {{ content.group_dataset }} {#/table#} {#
#} {#(below this will be hidden)#} {#
#} {#{{ content }}#}