{# /** * @file * Theme override to display a node. */ #} {{ title_prefix }} {{ title_suffix }}
{{ node.field_pricing_currency.value }}
{{ node.field_pricing_price.value }}
{% if content.field_pricing_duration | render %}
{{ node.field_pricing_duration.value }}
{% endif %}

{{ label }}

{% if content.body | render %}
{{ content.body }}
{% endif %} {% if content.field_pricing_feature | render %}
{{ content.field_pricing_feature }}
{% endif %}