Tutorial #<%= object.index %>. <%= object.title %>

The sources for this tutorial may be found in the tutorial/<%= "%02d" % object.index %> directory of the Copland distribution.

<% if object.intro %>

Introduction

<%= object.intro.to_html %> <% end %>

Steps

    <% object.steps.each do |step| %>
  1. <%= step.to_html %>
  2. <% end %>
<% if object.summary %>

Summary

<%= object.summary.to_html %> <% end %>