{% extends 'base.html' %} {% block title %}{{ site_name }} - Device Problems, WiFi Solutions, AI Tools & Tutorials (2026){% endblock %} {% block canonical %} {% if pagination.has_prev %} {% endif %} {% if pagination.has_next %} {% endif %} {% endblock %} {% block seo_meta %} {% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% if posts %}
{% for post in posts %}
{% if post.thumbnail %} {{ post.title }} {% else %}
{% endif %}

{{ post.title }}

{{ post.description[:120] }}{% if post.description|length > 120 %}...{% endif %}

{{ post.created_at.strftime('%d %b %Y') }}
{% endfor %}
{% if pagination.pages > 1 %} {% endif %} {% else %}

Welcome to {{ site_name }}

Your content will appear here. This is a modern, responsive website ready for your amazing content.

{% endif %} {% endblock %}