<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Certificate Template</title>
<link href="{{ folder_path }}/style.css" rel="stylesheet" type='text/css'>
</head>
<body>
<div style="width: 700px; margin-left: auto; margin-right: auto; text-align: center;">
<!-- title-->
<div>
<div><img src="{{ folder_path }}/logo.png"> </div>
<h1> Certificate for {{ course_name }} </h1>
</div>
<div>
<p>
This is to certify that <u>{{ user_name }}</u> has completed certification on "{{ course_name }}".
In recognition of your committment to the course of study you are hereby awarded this certificate.
</p>
</div>
<div>
<h2>Your Details</h2>
{{ user_name }} <br />
{{ user_email }} <br />
{{ date }}
</div>
</div>
</body>
</html>