Browse Source

template stuff

master
rdrew 3 weeks ago
parent
commit
d00d71ff99
  1. 7
      templates/main_layouts/taxonomy-term--scholars.html.twig

7
templates/main_layouts/taxonomy-term--scholars.html.twig

@ -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> #}

Loading…
Cancel
Save