You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thumbsup/src/website/theme-base/album.hbs

15 lines
301 B
Handlebars

<html>
<head>
<title>No theme applied</title>
</head>
<body>
<h1>No theme applied<h1>
<p>This is just the base layout which contains common files such as</p>
<ul>
<li>Handlebars helpers</li>
<li>Handlebars partials</li>
<li>CSS</li>
</ul>
</body>
</html>