You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
2.3 KiB
41 lines
2.3 KiB
<html>
|
|
<head>
|
|
<title>{% block title %}{{ article.title }}{% endblock %}</title>
|
|
<meta name="description" content="{% block head_description1 %}Школа программирования - Точка Кода{% endblock %}" />
|
|
<meta property="og:title" content="{% block head_title %}Точка Кода{% endblock %}" />
|
|
<meta property="og:description" content="{% block head_description2 %}Школа программирования{% endblock %}" />
|
|
<meta property="og:image" content="{% block head_image %}{{ DOMAIN }}static/img/3818cc0ec1.png{% endblock %}" />
|
|
<link rel="stylesheet" href="/static/css/tilda-grid.css" rel="stylesheet" media="screen">
|
|
<link rel="stylesheet" href="/static/css/tilda_blocks.css" rel="stylesheet" media="screen">
|
|
</head>
|
|
<body style="margin: 0;">
|
|
<div class="head" style=" position: absolute;
|
|
z-index: 12;
|
|
width: 96%;
|
|
text-align: center;
|
|
padding: 2%;">
|
|
<a href="/"><img src="/static/img/logo articles.png" style=" padding-right: 50px;"></a>
|
|
<span style="padding: 20px;
|
|
color: #fff;
|
|
font-size: 20px;position: relative;
|
|
top: -20px; font-family: 'Roboto';">
|
|
<a href="/" style="color: #fff; text-decoration: none;"><span style=" padding-right: 30px;">Курсы</span></a>
|
|
<a href="/library/articles/" style="color: #fff; text-decoration: none;"><span style=" padding-right: 30px;">Статьи</span></a>
|
|
<a href="/access/profile" style="color: #fff; text-decoration: none;"><span style=" padding-right: 30px;">Профиль</span></a>
|
|
<a href="/contacts/" style="color: #fff; text-decoration: none;"><span style=" padding-right: 30px;">Контакты</span></a>
|
|
<a href="/management/faq/" style="color: #fff; text-decoration: none;"><span style=" padding-right: 30px;">Помощь</span></a>
|
|
</span>
|
|
<hr style=" margin-top: 30px;
|
|
border-color: #999;
|
|
opacity: 0.5; max-width: 960px;">
|
|
</div>
|
|
{% block content %}
|
|
{{ article.page|safe }}
|
|
{% endblock %}
|
|
<script src="/static/js/jquery.min.js"></script>
|
|
<script src="/static/js/tilda-scripts.js"></script>
|
|
<script src="/static/js/tilda-blocks.js"></script>
|
|
<script src="/static/js/bootstrap.min.js"></script>
|
|
|
|
</body>
|
|
</html> |