<!DOCTYPE html>

<head>
    <title>My Readings</title>
    <meta charset="UTF-8">
    <style>
        {{style}}
    </style>
</head>

<body>
    <h1>My Readings</h1>
    <table id="table">
        {{books}}
    </table>
</body>