{% extends '@layout/_layout.twig' %} {% block title %} {{ 'BDSM.fm - View blog post'|trans }} {% endblock %} {% block content %}
{{ 'Blogs'|trans }}
{#
#} {#{{ 'Раздел в разработке'|trans }}#} {#
#}
{#{% import "@site/includes/common/_blogsMacros.twig" as blogMacros %}#} {#
#} {#{% for i in 1..10 %}#} {#{{ blogMacros.elemTags('тег') }}#} {#{% endfor %}#} {#
#}

{{ 'Founded'|trans }} {{ articles.count }} {{ 'notes'|trans }}

{{ 'Reset'|trans }} {% if isguest() == false %} {% endif %}
{% for item in articles.views %}
{{ time_date(item.createdAt) }}
{% for tag in item.tags %} {{ tag }} {% endfor %}
{{ item.title }} {{ (item.content|slice(0, 450) ~ '...')|nl2br }}
{{ item.likeCount }} {{ item.commentCount }} {{ item.viewCount }} {% if not isguest() %} {% if item.hasBookmark(globals.id) %} Убрать из закладок {% else %} В закладки {% endif %}
{% endif %}
{% endfor %}
{% endblock %}