<html>
<head> <title>@{title}</title> </head> <body style="font-family: Helvetica;"> <div style="background-color: slateblue; color: white; border: 2px solid slateblue;"> <h1> @{title}</title> </div> <table style="width: 100%"> <tr> <td style="width: 80%" valign="top"> @{post} </td> <td valign="top"> <h4>Links</h4> @{links} </h4> <h4>About this blog</h4> @{description} </h4> <h4>About this theme</h4> This is a demo theme that is used as a placeholder. Please customize it because, as you know, it is lightweight, but it is also ugly. </td> </tr> </table> <hr> <p><i style="color: darkgrey;">Copyright (C) @{author} @{year}.</i></p> </body>
</html>