static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="{% static 'styles.css' %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
</head>
<body>
<div class="posts">
<!---Here is start block content--->
{% block content %}
{% endblock %}
<!---Here is end block content--->
</div>
</body>
</html>
get_posts.html
{% extends "app/index.html" %}
{% block content %}
<p>Hello</p>
{% endblock %}
В чем может быть проблема? По идеи ее быть не должно(
Обсуждают сегодня