{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'About' %} {{ block.super }}{% endblock %} {% block content %}
{% blocktrans %} Over the past four months I have been doing a lot of work in Python and Django. Naturally, while recently playing around with Appcelerator Titanium Desktop (which seems to have good Python support), I wanted to see how Django and Titanium would pair ... {% endblocktrans %} {% trans 'more' %}
{% endblock %}