<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Compilation Error</title>
<style>
html {
font-family: BlinkMacSystemFont, 'Segoe UI', 'Ubuntu', 'Helvetica Neue', sans-serif;
}
body {
margin: 0;
}
.header {
color: #bf3135;
margin-left: 10px;
margin-top: 10px;
}
.error-contents {
background: #fbf3f4;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
}
</style>
</head>
<body>
<h2 class="header">Encountered a compilation error</h2>
<pre class="error-contents">{{error}}</pre>
</body>
</html>