parsav  Diff

Differences From Artifact [004398018e]:

To Artifact [cb4a31dcc6]:


     1      1   <!doctype html>
     2      2   <html>
     3      3   	<head>
     4      4   		<title>@instance :: @title</title>
     5      5   		<link rel="stylesheet" href="/s/style.css">
     6      6   	</head>
     7      7   	<body class="@class">
     8         -		<h1>@title</h1>
     9         -		@body
            8  +		<header><div>
            9  +			<h1>@title</h1>
           10  +			<nav>
           11  +				<a href="/instance">instance</a>
           12  +				@navlinks
           13  +			</nav>
           14  +		</div></header>
           15  +		<main>
           16  +			@body
           17  +		</main>
    10     18   	</body>
    11     19   </html>