cl-deck-builder2/templates/inventory/_new_row.html
2024-01-21 02:35:35 -05:00

11 lines
214 B
HTML

<tr>
<th>{{ title }}</th>
<td>
<div class="field">
<div class="control">
<input class="input" name="{{ name }}" placeholder="{{ title }} for New Card">
</div>
</div>
</td>
</tr>