<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>RailsCasts Recent Comments</title>
    <link>http://railscasts.com/comments</link>
    <description>Recent comments to all RailsCasts</description>
    <language>en</language>
    <pubDate>Sat, 19 Dec 2020 09:26:28 -0800</pubDate>
    <lastBuildDate>Sat, 19 Dec 2020 09:26:28 -0800</lastBuildDate>
    <item>
      <title>Comment by rowend on Episode #8 Layouts and content_for</title>
      <description>A good usage example is with the title of the page.
You can change it in base of each page.

```rails
# application.html.erb
&lt;title&gt;&lt;%= yield :title_tag %&gt;&lt;/title&gt;
```
```rails
# view index.html.erb
&lt;% content_for :title_tag do %&gt;
 Index Title
&lt;% end %&gt;
```</description>
      <pubDate>Sat, 19 Dec 2020 09:26:28 -0800</pubDate>
      <guid isPermaLink="false">comment-192743-1608398788</guid>
      <link>http://railscasts.com/episodes/8-layouts-and-content-for?view=comments#comment_192743</link>
    </item>
  </channel>
</rss>
