15 lines
339 B
HTML
15 lines
339 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Продвижение новостей в соц. сетях</title>
|
|
{% load bootstrap5 %}
|
|
{% bootstrap_css %}
|
|
{% bootstrap_javascript %}
|
|
{% bootstrap_messages %}
|
|
</head>
|
|
<body>
|
|
{% block content %}
|
|
{% endblock content %}
|
|
</body>
|
|
</html> |