{% extends "base.html" %} {% block title %} {{ view|title }}{% if filter %} of {{ filter|title }}{% endif %} — kennethreitz.org {% endblock %} {% block heading %}
Expressions are fully developed ideas and graduated experiments. They represent serious works of prose, audio, photo, code, and product.
{% elif view == 'exposures' %}Exposures are simple observations and experiences. They document daily life and the lifecycle of various experiments.
{% elif view == 'experiments' %}Experiments are evolving works, still under development. Proven experiments can graduate into expressions.
{% endif %}Status: {{ item.status }}
{% else %}{{ item.content|truncate(160)|markdown|striptags }}
{% endif %} {% endfor %}