2013-09-23 09:05:41 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
{% include header.html %}
|
|
|
|
</head>
|
|
|
|
<body ontouchstart="">
|
2014-03-03 23:16:18 +04:00
|
|
|
{% include browser-warning.html %}
|
2013-09-23 09:05:41 +04:00
|
|
|
{{ content }}
|
|
|
|
</body>
|
2014-03-03 23:18:35 +04:00
|
|
|
</html>
|