{% extends "base.html" %} {% block page_title %} {{ entry.title }} {% endblock %} {% block header %}
{{ entry.author }} – {{ entry.published_html }}

{{ entry.title }}

{% endblock %} {% block content %}
{{ entry.body_html }}
{% if entry.kind == 'link' %} {% endif %}

This entry was tagged {% for tag in entry.tags %} {{ tag.name }}{% if not loop.last %}, {% endif %} {% endfor %}

Discussions/Feedback.

{% if entry.discussions_link %}

If you wish to, you can discuss/mock/upvote/downvote at Hacker News.

{% endif %}

I do not accept comments on this blog. Managing the spam is a headache and I am better off without it. However, I do welcome your feedback - good or bad via email at nahum.oz@gmail.com. Specifically, I would be grateful for your feedback on errors, omissions, broken links, etc.

{% if entry.credits %}

Credits.

{{ entry.credits_html }}

{% endif %}
{% endblock %}