You are here

forms.html.twig in Simple Style Guide 8

<a name="forms"></a>

<h3 class="simple-styleguide--sectionhead">{{ default_pattern }}</h3>

<div class="simple-styleguide">
    <p>This is a generic form generated with the Form API. It is meant to illustrate common input elements.</p>
    {{ form }}
</div>

File

templates/includes/forms.html.twig
View source
  1. <a name="forms"></a>
  2. <h3 class="simple-styleguide--sectionhead">{{ default_pattern }}</h3>
  3. <div class="simple-styleguide">
  4. <p>This is a generic form generated with the Form API. It is meant to illustrate common input elements.</p>
  5. {{ form }}
  6. </div>