2020-11-02 23:25:16 +03:00
<!DOCTYPE html>
{% load static %}< html lang = "ru" >
< head >
< meta charset = "utf-8" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< meta http-equiv = "content-language" content = "ru" / >
< meta http-equiv = "Date" content = "{% block Date4Meta %}{% now 'c' %}{% endblock %}" / >
< meta http-equiv = "Last-Modified" content = "{% block Last4Meta %}{% now 'c' %}{% endblock %}" / >
< meta http-equiv = "Expires" content = "{% block Expires4Meta %}{% now 'c' %}{% endblock %}" / >
2020-11-05 22:28:18 +03:00
< meta http-equiv = "Cache-Control" content = "no-cache" >
2020-11-02 23:25:16 +03:00
< meta name = "GENERATOR" content = "Microsoft FrontPage 1.0" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "description" content = "{% block Description %}{% endblock %}" / >
< meta name = "keywords" content = "{% block Keywords %}{% endblock %}" / >
< meta name = "copyright" lang = "ru" content = "Sergei Erjemin (дизайн){% block CopyrightAuthor4Meta %}{% endblock %}." / >
< meta name = "robots" content = "index,follow" / >
< meta name = "document-state" content = "{{ META_DOCUMENT_STATE|default:'Dynamic' }}" / >
< meta name = "generator" content = "FAVICON -- 0.01β by Python/Django" / >
< title > {% block Title %}{% endblock %}< / title >
<!-- Favicons -->
2020-11-05 22:28:18 +03:00
< link rel = "shortcut icon" type = "image/x-icon" href = "{% static 'img/favicon.ico' %}" / >
< link rel = "icon" type = "image/png" href = "{% static 'img/favicon.png' %}" / >
< link rel = "stylesheet" href = "{% static 'css/dicquo.css' %}" / >
2020-11-02 23:25:16 +03:00
< / head >
< body style = "background: rgb({% for i in CLR %}{% if forloop.counter <= 3 %}{{ i|stringformat:" 02d " } } { % if forloop . counter < 3 % } , { % endif % } { % endif % } { % empty % } 87 , 00 , 00 { % endfor % } ) ;
background: -webkit-linear-gradient(to right, rgb({% for i in CLR %}{% if forloop.counter < = 3 %}{{ i|stringformat:"02d" }}{% if forloop.counter < 3 % } , { % endif % } { % endif % } { % empty % } 87 , 00 , 00 { % endfor % } ) , rgb ( { % for i in CLR % } { % if forloop . counter > 3 %}{{ i|stringformat:"02d" }}{% if not forloop.last %},{%endif %}{% endif %}{% empty %}19,10,05{% endfor %}));
background: linear-gradient(to right, rgb({% for i in CLR %}{% if forloop.counter < = 3 %}{{ i|stringformat:"02d" }}{% if forloop.counter < 3 % } , { % endif % } { % endif % } { % empty % } 87 , 00 , 00 { % endfor % } ) , rgb ( { % for i in CLR % } { % if forloop . counter > 3 %}{{ i|stringformat:"02d" }}{% if not forloop.last %},{%endif %}{% endif %}{% empty %}19,10,05{% endfor %}));">{% block BODY %}
{% block Top_JS1 %}{% endblock %}{% block Top_JS2 %}{% endblock %}{% block Top_JS3 %}{% endblock %}
{% block Top_CSS1 %}{% endblock %}{% block Top_CSS2 %}{% endblock %}{% block Top_CSS3 %}{% endblock %}
{% block CONTENT %}{% endblock %}
{% endblock %}
2020-11-05 22:28:18 +03:00
<!-- Rating Mail.ru counter --> < script type = "text/javascript" > var _tmr = window . _tmr || ( window . _tmr = [ ] ) ; _tmr . push ( { id : "1603042" , type : "pageView" , start : ( new Date ( ) ) . getTime ( ) } ) ; ( function ( d , w , id ) { if ( d . getElementById ( id ) ) return ; var ts = d . createElement ( "script" ) ; ts . type = "text/javascript" ; ts . async = true ; ts . id = id ; ts . src = "https://top-fwz1.mail.ru/js/code.js" ; var f = function ( ) { var s = d . getElementsByTagName ( "script" ) [ 0 ] ; s . parentNode . insertBefore ( ts , s ) ; } ; if ( w . opera == "[object Opera]" ) { d . addEventListener ( "DOMContentLoaded" , f , false ) ; } else { f ( ) ; } } ) ( document , window , "topmailru-code" ) ; < / script > < noscript > < div > < img src = "https://top-fwz1.mail.ru/counter?id=1603042;js=na" style = "border:0;position:absolute;left:-9999px;" alt = "Top.Mail.Ru" / > < / div > < / noscript > <!-- //Rating Mail.ru counter -->
2020-11-02 23:25:16 +03:00
< / body >
< / html >