{% extends 'base.html' %} {% block title %}Jamal Fanaian{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Jamal Fanaian

Hi, I am Jamal Fanaian, and the Internet is my playground. Read more »

{% for entry in blog %}

{{ entry.title }}

By {{ entry.posterous_displayname }} on {{ entry.date|date:"M, d Y" }}

{{ entry.summary|safe }}

{% endfor %}

Read more at blog.jamalfanaian.com »

{% endblock %}