AttributeError: объект 'Undefined' не имеет атрибута 'meta'

Создавая свой сайт (с Николой) под новую тему, я получаю

__M_writer(str(post.meta('banner')))
AttributeError: 'Undefined' object has no attribute 'meta'

########################################
render_galleries:output/galleries/index.html <stdout>:

Может быть, это потому, что я неправильно использовал conf.py?

GLOBAL_CONTEXT = {
   "BANNER_URL": '/assets/img/oeil.jpg',

}

Или в моем шаблоне?

<div class="site-wrapper">
    % if 'main_index' in pagekind:
    <header class="main-header" style="background-image: url(${BANNER_URL})">
    % else:
    <header class="main-header" style="background-image: url(${post.meta('banner')})">
    % else:
    <header class="main-header post-head no-cover">
    % endif

Можешь мне помочь?

0 ответов

Другие вопросы по тегам