{# /** * @file * Default theme implementation to display a node. * * Available variables: * - client: The consumer entity that is requesting access. * - title_attributes: Same as attributes, except applied to the main title * tag that appears in the template. * - content_attributes: Same as attributes, except applied to the main * content tag that appears in the template. * - title_prefix: Additional output populated by modules, intended to be * displayed in front of the main title tag that appears in the template. * - title_suffix: Additional output populated by modules, intended to be * displayed after the main title tag that appears in the template. * - view_mode: View mode; for example, "teaser" or "full". * - is_admin: Flag for admin user status. Will be true when the current user * is an administrator. * - logged_in: Flag for logged in users. Will be true when the current user * is logged in. * - content: Rendered children of the elements array. * - elements: The raw render array. * * @see template_preprocess_consumer() * * @ingroup themeable */ #}
{{ title_prefix }} {{ label }} {{ title_suffix }}
{{ image }}
{{ description }}