25 lines
580 B
HTML
25 lines
580 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf8">
|
|
<title>Sponsoring contract</title>
|
|
<style>
|
|
.page {
|
|
position: relative;
|
|
height: 148mm;
|
|
width: 210mm;
|
|
page-break-after: auto;
|
|
margin: 50px;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="https://unpkg.com/mvp.css">
|
|
</head>
|
|
<body>
|
|
<div class="page">
|
|
<h1>ID: {{runner_id}}</h1>
|
|
<h1>FIRSTNAME: {{runner_firstname}}</h1>
|
|
<h1>LASTNAME: {{runner_lastname}}</h1>
|
|
<h1>GROUP: {{runner_groupname}}</h1>
|
|
</div>
|
|
</body>
|
|
</html> |