<?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"
	>
<channel>
	<title>Comments on: NHaml Visual Studio Plugin</title>
	<atom:link href="http://andrewpeters.net/2008/05/06/nhaml-visual-studio-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewpeters.net/2008/05/06/nhaml-visual-studio-plugin/</link>
	<description>C# &#38; .NET Development, NHaml, LightSpeed, PowerShell Gadget, Inflector.NET...</description>
	<pubDate>Thu, 28 Aug 2008 15:05:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Pawel Tarnik</title>
		<link>http://andrewpeters.net/2008/05/06/nhaml-visual-studio-plugin/#comment-615</link>
		<dc:creator>Pawel Tarnik</dc:creator>
		<pubDate>Sun, 18 May 2008 17:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://andrewpeters.net/?p=96#comment-615</guid>
		<description>It works great, exactly as it should :)

Thanks a lot, Andrew!</description>
		<content:encoded><![CDATA[<p>It works great, exactly as it should :)</p>
<p>Thanks a lot, Andrew!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://andrewpeters.net/2008/05/06/nhaml-visual-studio-plugin/#comment-606</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 17 May 2008 05:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://andrewpeters.net/?p=96#comment-606</guid>
		<description>Hi Pawel,

I just added a new operator into the trunk that allows you to do this. You can use it like so:

// Application.haml
%head
  %title= title
%body
  _

// MyView.haml
^ var title = "My Title"
&lt;rest of view&gt;

Let me know how this works for you.

Cheers,

Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Pawel,</p>
<p>I just added a new operator into the trunk that allows you to do this. You can use it like so:</p>
<p>// Application.haml<br />
%head<br />
  %title= title<br />
%body<br />
  _</p>
<p>// MyView.haml<br />
^ var title = &#8220;My Title&#8221;<br />
<rest of view></p>
<p>Let me know how this works for you.</p>
<p>Cheers,</p>
<p>Andrew.</rest></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel Tarnik</title>
		<link>http://andrewpeters.net/2008/05/06/nhaml-visual-studio-plugin/#comment-598</link>
		<dc:creator>Pawel Tarnik</dc:creator>
		<pubDate>Fri, 16 May 2008 12:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://andrewpeters.net/?p=96#comment-598</guid>
		<description>Hi Andrew,

could you tell me what is the best way in NHaml to deliver page title from a view template to the Application.haml layout?
If a page title is static (usually it is), then a view is a right place to set it - but the %title tag itself is defined in Application.haml.

How do you do it?

Thanks,
Pawel</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>could you tell me what is the best way in NHaml to deliver page title from a view template to the Application.haml layout?<br />
If a page title is static (usually it is), then a view is a right place to set it - but the %title tag itself is defined in Application.haml.</p>
<p>How do you do it?</p>
<p>Thanks,<br />
Pawel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
