<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Oom &#187; block</title>
	<atom:link href="http://web.pyncus.com/tag/block/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.pyncus.com</link>
	<description>Build and Share Web Technology</description>
	<lastBuildDate>Mon, 25 Jan 2010 18:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>What is extends ?</title>
		<link>http://web.pyncus.com/2009/07/01/what-is-extends/</link>
		<comments>http://web.pyncus.com/2009/07/01/what-is-extends/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 23:51:57 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[extends]]></category>
		<category><![CDATA[template inheritance]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=200</guid>
		<description><![CDATA[It is about template inheritance. See example at http://weboom.wordpress.com/2009/07/01/what-is-block/]]></description>
			<content:encoded><![CDATA[<p>It is about template inheritance.</p>
<p>See example at</p>
<p><a href="http://weboom.wordpress.com/2009/07/01/what-is-block/">http://weboom.wordpress.com/2009/07/01/what-is-block/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/07/01/what-is-extends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is block ?</title>
		<link>http://web.pyncus.com/2009/07/01/what-is-block/</link>
		<comments>http://web.pyncus.com/2009/07/01/what-is-block/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 23:50:23 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[extends]]></category>
		<category><![CDATA[template inheritance]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=198</guid>
		<description><![CDATA[It is about template inheritance. For example, assume that base.html has {% block yourblock %} Here, your block content in base.html {% endblock %} &#8212;&#8212;&#8212;- In base_child.html can have their own version of yourblock content {% extends &#8220;base.html&#8221; %} {% block yourblock %} Here, the base.html content can be overwritted with this. {% endblock %}]]></description>
			<content:encoded><![CDATA[<p>It is about template inheritance.</p>
<p>For example, assume that base.html has</p>
<p>{% block yourblock %}</p>
<p>Here, your block content in base.html</p>
<p>{% endblock %}</p>
<p>&#8212;&#8212;&#8212;-</p>
<p>In base_child.html can have their own version of yourblock content</p>
<p>{% extends &#8220;base.html&#8221; %}</p>
<p>{% block yourblock %}</p>
<p>Here, the base.html content can be overwritted with this.</p>
<p>{% endblock %}</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/07/01/what-is-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

