HTML
Theme implementation is designed for the primary structure of a Drupal page.
Key Features
Customization
Usage
{% embed "radix:html" with {
attributes: { class: ['custom-class'], id: 'custom-page-id' },
logged_in: true,
root_path: 'node',
node_type: 'article',
head_title: { title: 'Example Radix Page', name: 'Yolo!', slogan: 'Yolo today!' },
} %}
{% block body_end %}
'Some JS code that needs to run at the end of the body tag'
{% endblock %}
{% endembed %}Last updated