{# #}
+ {# https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag#data-nosnippet-attr
+ Do not show "1 2 3 4 5 ..." in web search results. #}
+
{# #}
+
+ {% for line in lines.clone() %}
+ {# ~#}
+ {{line|safe}}
+ {% endfor %}
+
{# #}
+
{# #}
+
{# #}
+
+ {{code_html|safe}}
+ {# #}
+
{# #}
+ {% if info.needs_prev_next_buttons || info.needs_expansion %}
+
{# https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag#data-nosnippet-attr
Do not show "1 2 3 4 5 ..." in web search results. #}
{% for line in lines.clone() %}
- {% if embedded %}
- {{line|safe}}
- {%~ else %}
- {{line|safe}}
- {%~ endif %}
+ {# ~#}
+ {{line|safe}}
{% endfor %}