view html/index.html @ 79:52029a52a385

pasterd: revert using ktemplate
author David Demelier <markand@malikania.fr>
date Fri, 17 Mar 2023 07:43:20 +0100
parents 67b3d13a5035
children
line wrap: on
line source

			<h1>Recent pastes</h1>

			<table>
				<thead>
					<tr>
						<th>Name</th>
						<th>Author</th>
						<th>Language</th>
						<th>Date</th>
						<th>Expires in</th>
					<tr>
				</thead>
				<tbody>
					@@pastes@@
				</tbody>
			</table>