{% extends 'base.html.twig' %}
{% block title %}
وبلاگ
{% endblock %}
{% block des %}
جدیدترین اطلاعات و خبرها از دنیای حسابداری
{% endblock %}
{% block body %}
وبلاگ حسابیکس
جدیدترین اطلاعات و خبرها از دنیای حسابداری
{% for post in posts %}
{% for tree in post.tree %}
{{ tree.label }}
{% endfor %}