{# if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : #}
  • {% include 'searchform.html.twig' %}
  • {% if is_404() or is_category() or is_day() or is_month() or is_year() or is_search() or is_paged() %}
  • {% if (is_404()) %} {% elseif is_category() %}

    You are currently browsing the archives for the {{ single_cat_title('', false) }} category.

    {% elseif is_day() %}

    {{ bloginfo('name') }} blog archives for the day {{ the_time(__('l, F jS, Y', 'kubrick')) }}.

    {% elseif is_month() %}

    {{ bloginfo('name') }} blog archives for {{ the_time(__('F, Y', 'kubrick')) }}.

    {% elseif is_year() %}

    {{ bloginfo('name') }} blog archives for the year {{ the_time('Y') }}

    {% elseif is_search() %}

    You have searched the {{ bloginfo('name') }} blog archives for ‘{{ get_search_query() }}’. If you are unable to find anything in these search results, you can try one of these links.

    {% elseif is_paged() %}

    {{ bloginfo('name') }} blog archives.

    {% endif %}
  • {% endif %}
    {{ wp_list_pages('title_li=

    ' ~ __('Pages', 'kubrick') ~ '

    ' ) }}
  • {{ __('Archives', 'kubrick') }}

      {{ wp_get_archives('type=monthly') }}
  • {{ wp_list_categories('show_count=1&title_li=

    ' ~ __('Categories', 'kubrick') ~ '

    ') }}
    {# If this is the frontpage #} {% if is_home() or is_page() %} {{ wp_list_bookmarks() }}
  • {{ __('Meta', 'kubrick') }}

      {{ wp_register() }}
    • {{ wp_loginout() }}
    • {{ __('Valid XHTML', 'kubrick') }}
    • {{ __('XFN', 'kubrick') }}
    • WordPress
    • {{ wp_meta() }}
  • {% endif %} {# endif #}