<section class="week-new">
  <header>
    <div>
      <h1 class="editable">Week 3</h1>
      <p><a href="#">+ new goal</a></p>
    </div>

    <section class="goals">
      <ul>
        <li>
          <p><strong>Please add a goal for this section</strong> </p>
        </li>
      </ul>
    </section>
  </header>

  <section class="content">
  <section class="filters">
    <ul>
      <li>
        <label for="">Sort by</label>
        <select>
          <option value="">Recently Modified</option>
        </select>
      </li>

      <li>
        <label for="">Display</label>
        <select>
          <option value="">All content</option>
        </select>
      </li>
      <li>
        <select>
          <option value="">Internal Only</option>
        </select>
      </li>

      <li class="advanced">
        <a href="#">Advanced filters</a>
      </li>

      <li>
        <input type="search" name="" id="" value="" />
      </li>
    </ul>
  </section>
    <div>
    <section class="modules empty">
      <p>This are no groups or units in this section yet</p>
      <a href="#">Add a Group</a>
      <a href="#">Add a Unit</a>
    </section>

  <section class="scratch-pad">
    <ol>
      <li>
        <header>
        <h2>Section Scratch</h2>
        </header>
        <ul>
          <li class="empty">
            <p><a href="#">There are no units in this scratch yet. Add one</a></p>
          </li>
        </ul>
      </li>
      <li>
        <header>
        <h2>Course Scratch</h2>
        </header>
        <ul>
          <li>
            <a href="" class="problem-edit">Problem title 11</a>
            <a href="#" class="draggable">handle</a>
          </li>
          <li>
            <a href="#" class="sequence-edit">Problem Group</a>
            <a href="#" class="draggable">handle</a>
          </li>
          <li>
            <a href="#" class="problem-edit">Problem title 14</a>
            <a href="#" class="draggable">handle</a>
          </li>
          <li>
            <a href="#" class="video-edit">Video 3</a>
            <a href="#" class="draggable">handle</a>
          </li>
        </ul>
      </li>

      <li class="new-module">
        <%include file="new-module.html"/>
      </li>
    </ol>
  </section>
    </div>
  </section>
</section>