Search results
"{{ in_search }}"
Category
"{{ in_category }}"
Tag
"{{ in_tag }}"
{% if posts|length > 0 %}
{% for post in posts %}
{% endfor %}
{% else %}
{# post.pagination #}
{% endif %}
{% if singlepostpage %}
{% if post %}
Post tidak ada!
{% endif %}
{{ post.title }}
Admin - {{ post.category.name }}{{ post.text }}
Posting Terkait
{% for related in widgets('related_posts') %}
{{ related.title }}
{% endfor %}
Komentar
{% if post.comments|length > 0 %} {% for comment in post.comments %}{{ comment.author_name }} {{ comment.date }}
{{ comment.text }}
Belum ada komentar
{% endif %}
{% if post.comment_form %}
{% if post.comment_form.errors %}
KESALAHAN:
-
{% for error in post.comment_form.errors %}
- {{ error }} {% endfor %}
Komentar berhasil ditambahkan dan akan dipublikasikan setelah disetujui Administrator
{% elseif post.comment_form.success.published %}
Komentar berhasil ditambahkan dan telah dipublikasikan
{% endif %}
Tambah Komentar
{{ post.comment_form.auth.title }}
{% if is_user %} {% endif %} {% endif %} {% endif %}
Post tidak ditemukan
{% endif %}
{% endif %}
{# footer #}