November 2018
Intermediate to advanced
404 pages
10h 16m
English
The template in the entry.stencil file is used to render an HTML form, populated with the elements of an existing journal entry:
{% include "header.stencil" %}<!--form--><section class="form" id="myForm"><div class="container"><div class="row"><div class="col-lg-12"><div class="heading"><h1>Edit a Journal Entry</h1></div></div></div></div><div class="container max-width"><div class="row"><div class="done"><div class="alert alert-success"><button type="button" class="close" data-dismiss="alert">X</button>Your message has been submitted.</div></div><div class="col-md-12"><form action="/journal/edit/{{ index }}" method="post" enctype="application/x-www-form-urlencoded" target="/journal/all"><fieldset class="form-group"><input name="id" ...Read now
Unlock full access