<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Python templates &#8211; Django and Cheetah</title>
	<atom:link href="http://www.chickenwingsw.com/scratches/python/python-templates-django-and-cheetah/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chickenwingsw.com/scratches/python/python-templates-django-and-cheetah</link>
	<description>Developing ideas on developing.</description>
	<lastBuildDate>Mon, 05 Jul 2010 05:03:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert Shiplett</title>
		<link>http://www.chickenwingsw.com/scratches/python/python-templates-django-and-cheetah/comment-page-1#comment-6209</link>
		<dc:creator>Robert Shiplett</dc:creator>
		<pubDate>Tue, 20 Oct 2009 17:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsoftware.com/scratches/?p=16#comment-6209</guid>
		<description>Hi&lt;br/&gt;
The big thing for me is the ease of generating non-HTML markup.
&lt;br/&gt;
Because I am using Curl (developers.curl.com) with a MIME type of &#039;text/vnd.curl&#039; I like having just the $ sigil to work with on variable names and having code behind the #set #if #for etc.
&lt;br/&gt;
It gives a very readable result given Curl&#039;s use of { and }
&lt;br/&gt;
I found Eric Florenzano&#039;s note helpful for using Django + Cheetah, which is what I have opted for now.
&lt;br/&gt;
Anything to get me away from XML-style tags ;-)&lt;br/&gt;</description>
		<content:encoded><![CDATA[Hi<br />
The big thing for me is the ease of generating non-HTML markup.
<br />
Because I am using Curl (developers.curl.com) with a MIME type of 'text/vnd.curl' I like having just the $ sigil to work with on variable names and having code behind the #set #if #for etc.
<br />
It gives a very readable result given Curl's use of { and }
<br />
I found Eric Florenzano's note helpful for using Django + Cheetah, which is what I have opted for now.
<br />
Anything to get me away from XML-style tags ;-)<br />]]></content:encoded>
	</item>
	<item>
		<title>By: Goodrone</title>
		<link>http://www.chickenwingsw.com/scratches/python/python-templates-django-and-cheetah/comment-page-1#comment-250</link>
		<dc:creator>Goodrone</dc:creator>
		<pubDate>Thu, 29 May 2008 20:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsoftware.com/scratches/?p=16#comment-250</guid>
		<description>mako templates are really exciting :) something like Cheetah, with full power of embedded Python code. mako templates are used by default in Pylons framework</description>
		<content:encoded><![CDATA[mako templates are really exciting :) something like Cheetah, with full power of embedded Python code. mako templates are used by default in Pylons framework]]></content:encoded>
	</item>
</channel>
</rss>
