2021-01-30 19:19:12 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" class="{{ .cssClass }}">
|
|
|
|
<head>
|
2022-01-08 16:42:36 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/{{ .cssVersion }}bundle.css">
|
2021-01-30 19:19:12 +00:00
|
|
|
{{ template "header.html" . }}
|
2022-01-01 02:58:26 +00:00
|
|
|
<title>{{ .strings.successHeader }} - jfa-go</title>
|
2021-01-30 19:19:12 +00:00
|
|
|
</head>
|
|
|
|
<body class="section">
|
|
|
|
<div class="page-container">
|
2021-12-31 00:22:28 +00:00
|
|
|
<div class="card ~neutral @low mb-4">
|
|
|
|
<span class="heading mb-4">{{ .strings.successHeader }}</span>
|
2022-01-01 02:58:26 +00:00
|
|
|
<p class="content my-4">{{ .successMessage }}</p>
|
|
|
|
<a class="button ~urge @high full-width center supra submit" href="{{ .jfLink }}" id="create-success-button">{{ .strings.continue }}</a>
|
2021-01-30 19:19:12 +00:00
|
|
|
</div>
|
|
|
|
<i class="content">{{ .contactMessage }}</i>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|