Files
tripwithbonus/templates/blocks/articles/b_news_elements.html
2025-03-21 16:52:37 +03:00

16 lines
421 B
HTML

{% load static %}
{% for art in articles %}
{% include "widgets/w_news_element_item.html" %}
<div><!-- Yandex.RTB R-A-14631137-1 -->
<div id="yandex_rtb_R-A-14631137-1"></div>
<script>
window.yaContextCb.push(() => {
Ya.Context.AdvManager.render({
"blockId": "R-A-14631137-1",
"renderTo": "yandex_rtb_R-A-14631137-1"
})
})
</script></div>
{#<div>{{ art.text|safe }}</div>#}
{% endfor %}