%PDF- %PDF-
Direktori : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/ |
Current File : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/base.twig |
{% block html_head_container %} {% include 'html-header.twig' %} {% block head %} {% endblock %} </head> {% endblock %} <body class="{{body_class}}"> <header class="header"> <div class="container"> {% block header %} {% include 'components/header/banner.twig' with { banner_id: 1, page: 'header' } %} {% include 'components/header/ticker.twig' %} {% include 'components/header/main.twig' %} {% include 'components/header/puffs.twig' %} {% endblock %} </div> <!-- #nav --> </header> <main> {% block content %} {{ __( 'Sorry, no content', 'kn-wn' ) }} {% endblock %} {% include 'components/footer/banners.twig' %} </main> {% block footer %} <footer id="footer"> {% include 'footer.twig' %} </footer> {{ function('wp_footer') }} {% endblock %} {% include 'components/burger-menu.twig' %} {% if options.cookies %} <div class="cookies-popup cookies-popup--hidden"> <div class="cookies-popup--header"> <img src="{{ options.logo_cookies }}" alt="{{site.name}}"> <button class="cookies--header--close" type="button">{{ __( 'Close', 'stripes' ) }}</button> </div> <div class="cookies-popup--body"> {{ options.cookies }} </div> <div class="cookies-popup--footer"> <button class="cookies-popup--footer--accept" type="button">{{ __( 'Accept cookies', 'stripes' ) }}</button> <button class="cookies-popup--footer--close" type="button">{{ __( 'Close', 'stripes' ) }}</button> </div> </div> {% endif %} <div class="svg-loader--wrapper"> <div class="svg-loader"> <svg class="svg-container" height="100" width="100" viewbox="0 0 100 100"> <circle class="loader-svg loader-bg" cx="50" cy="50" r="45"></circle> <circle class="loader-svg loader-animate" cx="50" cy="50" r="45"></circle> </svg> </div> </div> </body> </html>