Gaspard Buma / Skins (layout themes) / gbuma

Project.zafu
<r:include template='Node'>
  <r:with part='rss_feed'>
    <r:project>
      <link rel="alternate" type="application/rss+xml" title="Gaspard Buma: #{title}" href='http://gaspardbuma.org#{path(this, :mode =&gt;"rss", :format =&gt;"xml")}'/>
    </r:project>
  </r:with>

  <r:with part='stylesheets'>
    <r:stylesheets/>
    <r:stylesheets list='calendar'/>
    <link href="default.css" rel="Stylesheet" type="text/css"/>
  </r:with>
  <r:with part='context'>
    <!-- div id='small_calendar' do='calendar' find='notes' or='added_notes' in='project' using='log_at' size='tiny'/ -->
  </r:with>
  <r:with part='signature'/>
  <r:with part='main'>
    <r:zazen attr='text' live='true' code='#{content_lang}'/>
    <div id='largecal' style='display:none;'></div>
    <r:include template='notes'/>
  </r:with>
</r:include>