{% extends '@layout/_layout.twig' %} {% block title %} {{ 'Блог'|trans }}. {{ 'BDSM.fm - cимбиоз социальной сети, сайта знакомств, блога и энциклопедии. Тематические знакомства по всему миру'|trans }} {% endblock %} {% block about %}
{% for item in news.views %}
{{ news_title(item) }} {{ time_date(item.createdAt) }}
{% for tag in item.tags %} {{ tag }} {% endfor %}

{% autoescape false %} {{ news_content(item)|replace({'[]':''})|striptags|slice(0,290)~'...' }} {% endautoescape %}

Читать полностью…
{{ item.likeCount }} {{ item.commentCount }} {{ item.viewCount }} {% if isguest() == false %} {% if item.hasBookmark(globals.id) %} Убрать из закладок {% else %} В закладки {% endif %}
{% endif %}
{% endfor %}
{% endblock %}