DO288-apps/books/views/index.hbs
2019-07-02 17:33:29 +05:30

5 lines
162 B
Handlebars

<h1>{{title}}</h1>
<p>Welcome to {{title}}</p>
<p>The List of books is <a href="/books">here</a>.</p>
<p>The List of authors is <a href="/authors">here</a>.</p>