Node
A template for rendering a Node in Drupal.
Key Features
Customization Options
Usage
{% include 'radix:node' with {
node: node_object,
title_attributes: title_attributes,
author_attributes: author_attributes,
content_attributes: content_attributes,
content: node_content,
label: node_label,
url: node_url,
display_submitted: true,
author_name: author_name,
date: published_date
} %}Last updated