cc-1.0.x-dev/modules/cc_account/templates/cc-account.html.twig
modules/cc_account/templates/cc-account.html.twig
{#
/**
* @file
* Default theme implementation to display a cryptocurrency account.
*
* Available variables:
* - content: All cryptocurrency account items. Use {{ content }} to print them all,
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to temporarily suppress the printing
* of a given child element.
* - attributes: HTML attributes for the container element.
* - view_mode: View mode; for example, "teaser" or "full".
*
* @see template_preprocess_cc_account()
*
* @ingroup themeable
*/
#}
<div{{ attributes }}>
{{ content }}
</div>
