novaconium/views/editpage/tab-notes.html.twig

4 lines
154 B
Twig

<div class="form-group fullwidth">
<label for="notes">Notes:</label>
<textarea id="notes" name="notes" rows="5">{{ rows.notes }}</textarea>
</div>