Edit the Content Layout in the Mustache Template

You can edit the default Mustache template in the assets/layout.html file, which contains the default content layout.

A simple template to render a blog title follows:

<h1>
  {{blogTitle}}
</h1>