+ {% endif %} + {# Highlights toggle button #} + {% if highlights is defined and highlights|length > 0 %} + + + + + Highlights ({{ highlights|length }}) + + {% endif %} + @@ -94,7 +109,7 @@ {% else %} {# #} - {{ article.createdAt|date('F j, Y') }} + {{ article.createdAt|date('F j, Y') }} {% endif %} @@ -111,7 +126,10 @@ {% endif %} - + 0 %} + data-highlights="{{ highlights|json_encode|e('html_attr') }}" + {% endif %}> {{ content|raw }}
{% endif %} + {# Highlights toggle button #} + {% if highlights is defined and highlights|length > 0 %} + + + + + Highlights ({{ highlights|length }}) + + {% endif %} + @@ -94,7 +109,7 @@ {% else %} {# #} - {{ article.createdAt|date('F j, Y') }} + {{ article.createdAt|date('F j, Y') }} {% endif %} @@ -111,7 +126,10 @@ {% endif %} - + 0 %} + data-highlights="{{ highlights|json_encode|e('html_attr') }}" + {% endif %}> {{ content|raw }}