A hosting service for Jekyll Blogs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
391 B

<!-- RUN _forms/input -->
<div class="mb-3">
<label for="form_<%= $name %>" class="form-label"><%= $title %></label>
<input type="<%= $type %>" class="form-control" id="form_<%= $name %>" name="<%= $name %>" value="<%= $value %>" aria-describedby="form_<%= $name %>_help">
<div id="form_<%= $name %>_help" class="form-text"><%= $help %></div>
</div>
<!-- END _forms/input.tx -->