|
|
@ -23,6 +23,12 @@ |
|
|
|
* @see template_preprocess_taxonomy_term() |
|
|
|
* @see template_preprocess_taxonomy_term() |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
#} |
|
|
|
#} |
|
|
|
|
|
|
|
{# my dubugger #} |
|
|
|
|
|
|
|
<details> |
|
|
|
|
|
|
|
<summary>Rob's var dump</summary> |
|
|
|
|
|
|
|
{{ dump(_context) }} |
|
|
|
|
|
|
|
</details> |
|
|
|
|
|
|
|
{# /my dubugger #} |
|
|
|
|
|
|
|
|
|
|
|
<div{{ attributes }}> |
|
|
|
<div{{ attributes }}> |
|
|
|
{{ title_prefix }} |
|
|
|
{{ title_prefix }} |
|
|
@ -33,5 +39,4 @@ |
|
|
|
{{ content }} |
|
|
|
{{ content }} |
|
|
|
{{ content.field_email|add_class('test-class') }} |
|
|
|
{{ content.field_email|add_class('test-class') }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{ dump(_context) }} |
|
|
|
|
|
|
|
{# <script>console.log({{ _context | json_encode | raw}});</script> #} |
|
|
|
{# <script>console.log({{ _context | json_encode | raw}});</script> #} |
|
|
|