{% extends "base.html" %} {% block title %}Latest Posts | Satta King Live{% endblock %} {% block meta %} {% endblock %} {% block styles %} {% endblock %} {% block content %}
{% if site_settings and site_settings.logo_data %} Satta King {% else %} Satta King {% endif %}

Latest Posts

{% if posts and posts|length > 0 %} {% for post in posts %}
{{ post.title }}
{{ post.publish_date.strftime('%B %d, %Y') if post.publish_date else '' }}
{{ post.meta_description[:150] if post.meta_description else '' }}{% if post.meta_description and post.meta_description|length > 150 %}...{% endif %}
{% endfor %} {% else %}
No posts available yet.
{% endif %}
{% endblock %}