| | |
| | | {{ $.Scratch.Add "labelClasses" "f6 b db mb1 mt3 sans-serif mid-gray" }} |
| | | {{ $.Scratch.Add "inputClasses" "w-100 f5 pv3 ph3 bg-light-gray bn" }} |
| | | |
| | | <form class="black-80 sans-serif" accept-charset="UTF-8" action="{{ .Get "action" }}" method="POST"> |
| | | <form class="black-80 sans-serif" accept-charset="UTF-8" action="{{ .Get "action" }}" method="POST" role="form"> |
| | | |
| | | <label class="{{ $.Scratch.Get "labelClasses" }}" for="name">Your Name</label> |
| | | <input type="text" id="name" name="name" class="{{ $.Scratch.Get "inputClasses" }}" required placeholder=" " aria-labelledby="name"/> |