templates/base.html.twig line 1
<!DOCTYPE html><html class="no-js" lang="zxx"><head><meta charset="UTF-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><title>{% block title %}Atlas Hookah Club{% endblock %}</title><meta name="description" content=""><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="shortcut icon" type="image/x-icon" href="{{ asset('build/images/Atlas/Logo/site_icon_black.ico') }}">{% block stylesheets %}<link href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/css/lightbox.min.css " rel="stylesheet">{{ encore_entry_link_tags('app') }}{% endblock %}{% block style %}{% endblock %}</head><body>{% block header %}{% include "_header.html.twig" %}{% endblock %}{% block body %}{% endblock %}{% block footer %}{% include "_footer.html.twig" %}{% endblock %}</body>{% block javascripts %}<!-- jQuery (нужен для Owl и Lightbox) --><!-- <script src="https://code.jquery.com/jquery-3.6.0.min.js "></script> --><!-- Owl Carousel JS --><!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js "></script> --><!-- Lightbox JS --><!--<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/js/lightbox.min.js "></script> --><script>lightbox.option({'albumLabel': '' // отключает "Image X of Y"});</script>{{ encore_entry_script_tags('app') }}{% endblock %}</html>