{% extends 'base.html.twig' %} {% block keywords %} {{ item.keywords }} {% endblock %} {% block title %} {{ item.title }} {% endblock %} {% block des %} {{ item.intro }} {% endblock %} {% block body %} {% if item.plain is not null %} {{ item.plain | raw}} {% endif %} {% if item.body is not null %}
{% if item.tree|length > 0 %}
{% for tree in item.tree %} {{ tree.label }} {% endfor %}
{% endif %}

{{item.title}}

توسط {{item.submitter.name}}
{{Jdate.jdate('Y/n/d',item.dateSubmit|date('U'))}}
{{ item.views }} بازدید
{{item.title}}
{% if item.intro %}

{{item.intro}}

{% endif %}
{{ item.body | raw }}

این مطلب را به اشتراک بگذارید

{% if comments|length > 0 %}

نظرات ({{ comments|length }})

{% for comment in comments %}
{{ comment.name|slice(0, 1)|upper }}

{{ comment.name }}

{{ Jdate.jdate('Y/n/d H:i', comment.dateSubmit|date('U')) }} {% if comment.website %} وب‌سایت {% endif %}

{{ comment.body }}

{% endfor %}
{% endif %}

نظر خود را بنویسید

نظر شما پس از تایید مدیر نمایش داده خواهد شد

{% if posts|length > 0 %}

جدیدترین‌ها

{% endif %}

بازگشت به وبلاگ

مطالب بیشتری را در وبلاگ ما بخوانید

مشاهده همه مطالب
{% endif %} {% endblock %}