Вот не могу понять почему не отображает .
Унаследую страницу от байсе хтмл
{% block title %}{{ alb_opis.Name_album }}{% endblock title %}
вьюха
show_albums = Album.objects.all().filter(id_alb=alb_id)
context = {'phot':get_photos,'categor': categir,'alb_opis':show_albums}
return render(request,'adst/galar.html',context)
Начало бейс хтмл
{% load staticfiles %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>{% block title %} {% endblock title %} </title>