Change theme:   

Configuring the element template

<html>
<head>
    <meta charset="utf-8" />
    <title>Element example</title>
</head>
<body>
    <h1>{% editable element.title %}</h1>
    <div class=”author”>{% editable element.author %}</div>
    <div class=”isbn”>{% editable element.isbn %}</div>
    <div class=”photo”>{% editable element.cover_photo %}</div>
    <div class="genre">{% editable element.genre %}</div>
    <div class="description">{% editable element.description %}</div>
</body>
</html>