5 lines
162 B
Handlebars
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>
|