I downloaded Couch today and uploaded it to my web server. I followed the installation instructions and it was up and running. But I couldn't seem to create any editable regions. I have posted my code below.
*Without Couch*
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<h2 class="title" id="untitled-region-3">Who's Chris Pautler?</h2>
<h3 class="title-description" id="untitled-region-4">View My Biography Below!</h3>
</div>
</div>
</div>
<!-- End Title Page -->
*With Couch*
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<cms:editable name='title' >
<h2 class="title" id="untitled-region-3">Who's Chris Pautler?</h2>
</cms:editable>
<h3 class="title-description" id="untitled-region-4">View My Biography Below!</h3>
</div>
</div>
</div>
<!-- End Title Page -->
*Without Couch*
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<h2 class="title" id="untitled-region-3">Who's Chris Pautler?</h2>
<h3 class="title-description" id="untitled-region-4">View My Biography Below!</h3>
</div>
</div>
</div>
<!-- End Title Page -->
*With Couch*
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<cms:editable name='title' >
<h2 class="title" id="untitled-region-3">Who's Chris Pautler?</h2>
</cms:editable>
<h3 class="title-description" id="untitled-region-4">View My Biography Below!</h3>
</div>
</div>
</div>
<!-- End Title Page -->