{% extends "base.html" %} {% block content %}

test skin index

{% for post in posts %}

{{ post.headline }}

{{ post.pub_date|date:"F j, Y" }}

{{ post.summary }} Read More

{% endfor %} {% endblock %}