<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ SITE.lang }}" xml:lang="{{ SITE.lang }}">
<head>
    <meta charset="utf-8">
    <meta name="description" content="{{ DESCRIPTION }}">
    <meta name="author" content="{{ MainAUTHOR }}">
    <link rel="shortcut icon" href="{{ MAIN.author_image }}">
    <title>{{ PageTITLE }}</title>
    <style>
    img {
	max-width: 100% !important;
    }
	{{ IF SITE.lang == 'fa' }}
	body {
	   direction: rtl;
	}
	{{ END }}
	{{ IF SITE.lang == 'en' }}
	body {
	   direction: ltr;
	}
	{{ END }}
    </style>
</head>
<body>
	<center>
	<img src="{{ SITE.author_image }}">
	<h1>{{ post.title }}</h1>
	</center>
	<hr>
	<table>
	<tr>
	<td>
	  <p>{{ post.body.more }}</p>
	</td>
	</tr>
	</table>
</body>
</html>
