-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogged_route.gtpl
20 lines (20 loc) · 1.2 KB
/
logged_route.gtpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="thanks">
<h3>Thank you for your submission</h3>
<p><strong>Participant:</strong> {{.Participant}}</p>
<p><strong>Climb Type:</strong> {{.RouteType}}</p>
<p><strong>Difficulty:</strong> {{.Difficulty}}</p>
<p><strong>Color:</strong> {{.Color}}</p>
<p><strong>Comments:</strong> {{.Comments}}</p>
</div>
</body>
</html>