{% if view == 'entries_list' %}
® Blog cập nhật
{% block entries_list_tag %}
{% if data.tag %}
Tìm với tags: {{ data.tag }}
{% endif %}
{% endblock %}
{# danh sách bài blog #}
{% block entries_list %}
{% for entry in data.entries %}
{% endfor %}
{% endblock %}
{# hết danh sách bài blog #}
{% block entries_list_footer %}
{% if data.back_url %}
{% endif %}
{{ data.pagination_html|raw }}
{% endblock %}
{% block entries_list_searchbox %}
{% if data.searchbox %}
{% endif %}
{% endblock %}
{% elseif view == 'entry' %}
{% block entry_post %}
{% set end=data.post.title|split(']')|first|length %}
{% set timkiem=data.post.title|slice(0,end+1) %}
{% set tencm=timkiem|replace({'[Avatar]': 'Avatar Online', '[KPAH]': 'Khí phách anh hùng', '[Share]': 'Chia sẽ kinh nghiệm', '[NSO]': 'Ninja School Online', '[Me]': 'Me hài Ola', '[Hài]': 'Giải trí- Thư giãn', '[Facebook]': 'Thủ thuật Facebook', '[NRO]': 'Ngọc rồng Online', '[Army]': 'Mobi Army'}) %} {% set tenbaiviet=data.post.title|slice(end+1) %}
{{ tenbaiviet }}
{% if not data.entry.in_comments_thread %} {% if data.post.subtitle %}
{{ data.post.subtitle }}
{% endif %}
{{ data.post.content|raw }}
Cùng chuyên mục →
{% block entry_tags %}
{% if not data.entry.in_comments_thread %}
{% if data.hide_tags == false and data.post.tags %}
{% endif %}
{% endif %}
{% endblock %}
{% endif %} {% endblock %}
{% block entry_comments_list %}
{% if data.post.allow_comments %}
{% if data.new_comments_system %}
{% if data.entry.comments %}
Bình luận mới
{% else %}
Chưa có bình luận, hãy là người đầu tiên!
{% endif %}
{% macro comments_list (comments, ctx) %}
{% for comment in comments %}
{% endfor %}
{% endmacro %}
{{ _self.comments_list(data.entry.comments, _context) }}
{{ data.pagination_html|raw }}
{% else %}
{{ data.pagination_html|raw }}
{% endif %}
{% endif %}
{% endblock %}
{% block entry_comments_form %}
{% if data.comments_form.is_maintenance %}
{{ data.comments_form.maintenante_markup|raw }}
{% elseif data.is_logged_in and data.new_comments_system and not data.community_name %}
Gửi bình luận
{{ data.translations.t_provide_community_name }}
{% else %}
{% if data.post.allow_comments %}
Gửi bài viết
{% endif %}
{% endif %}
{% endblock %}
{% elseif view == 'no_contents' %}
{% block no_contents %}
{% if data.searchbox.phrase %}
{{ data.translations.t_no_search_results_found }}
{% else %}
{{ data.translations.t_no_entries_found }}
{% endif %}
{% endblock %}
{% block no_contents_searchbox %}
{% if data.searchbox %}
{% if data.back_url %}
{% endif %}
{{ data.pagination_html|raw }}
{% endif %}
{% endblock %}
{% elseif view == 'no_entry' %}
{% block no_entry %}
Chưa có bài viết
{% endblock %}
{% endif %}
{% endif %}
{{ comment.date }}