Sindbad~EG File Manager
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
table{
width: 640px;
font-family:Arial;
background-color:white;
text-align: left;
padding: 10px;
border-collapse: collapse;
}
#para{
color: crimson;
text-transform:uppercase;
}
#img{
padding: 5px;
/*max-height: 100px;*/
width: 640px;
}
#img_logo{
/*max-height: 100px;*/
width: 640px;
}
#body_block{
padding:10px;
}
td,th {
border: 1px solid;
border-color: #ccc;
}
</style>
<title>{% block title %} {% endblock %}</title>
{% block head %}
{% endblock %}
</head>
<body id="body">
<table style="margin: 0px auto;">
<tr>
<th id="img">
{% if conf_data.mail_header_logo: %}
<img id="img_logo" src="{{ conf_data.mail_header_logo }}" alt="logo">
{% else %}
<h2>{{ conf_data.conf_name }}</h2>
{% endif %}
</th>
</tr>
<tr>
<td id="body_block" >
<p>Your four digit OTP to login the application is {{otp or ''}}.</p>
<p>This is an auto-generated email from the application portal. </p>
</td>
</tr>
</table>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists