Legal Document: No Optionals

There are no notes for this item.

<section class="dso-legal-document">

    <h1 class="dso-is-document">Naam van het document</h1>

    <h2 class="dso-is-chapter">Hoofdstuk</h2>

    <article>

        <h1 class="dso-is-article">Artikel</h1>

        <p>Lid</p>
        <p>Ander lid</p>
        <ul>
            <li>item 1</li>
            <li>item 2</li>
        </ul>

    </article>

</section>
legalDocument:
  - type: documentHeader
    content: Naam van het document
  - type: chapterHeader
    content: Hoofdstuk
  - type: article
    content:
      - type: articleHeader
        content: Artikel
      - type: body
        content: |
          <p>Lid</p>
          <p>Ander lid</p>
          <ul>
            <li>item 1</li>
            <li>item 2</li>
          </ul>