Added robots file
[ghost-theme-work.git] / partials / subscribe_form.hbs
1 <form method="post" action="{{action}}" class="{{form_class}}">
2 {{! This is required for the form to work correctly }}
3 {{hidden}}
4
5 <div class="form-group{{#if error}} error{{/if}}">
6 {{input_email class=input_class placeholder=placeholder value=email autofocus=autofocus}}
7 </div>
8 <button class="{{button_class}}" type="submit"><span>{{t "Subscribe"}}</span></button>
9 {{! This is used to get extra info about where this subscriber came from }}
10 {{script}}
11 </form>
12
13 {{#if error}}
14 <p class="main-error">{{{error.message}}}</p>
15 {{/if}}