templates/base_vue.html.twig line 1

  1. <!DOCTYPE html>
  2. <html lang="en" class="light-style layout-navbar-fixed layout-menu-fixed" dir="ltr" data-theme="theme-default"><html lang="en" class="light-style layout-navbar-fixed layout-menu-fixed" dir="ltr" data-theme="theme-default">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="msapplication-config" content="none"/>
  7.     <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" id='pausalac-web-viewport'>
  8.   <title>{% block title %} {{ 'base.welcome'|trans }}{% endblock %}</title>
  9.   <!-- Favicons -->
  10.   <link href="{{ asset('assets/images/apple-touch-icon.png') }}" rel="apple-touch-icon">
  11.   <link href="{{ asset('assets/images/favicon.svg') }}" type="image/svg+xml" rel="icon">
  12.   
  13.   <meta content="Pausalac" name="descriptison">
  14.   <meta content="Pausalac, paušalac, paušalni obrt, knjigovodstvo, izlazni računi, izvještaji" name="keywords">
  15.   
  16.   <link rel="stylesheet" href="{{ asset('assets/vendor/vuexy/css/rtl/core.css') }}" id="stylesheet-core"/>
  17.   <link rel="stylesheet" href="{{ asset('assets/vendor/vuexy/css/rtl/theme-default.css') }}" id="stylesheet-default"/>
  18.   
  19.   <link rel="stylesheet" href="{{ asset('assets/vendor/syncfusion/css/material.min.css') }}" id="stylesheet-syncfusion"/>
  20.   
  21.   {% block stylesheets %}
  22.     {{ encore_entry_link_tags('app') }}
  23.   {% endblock %}
  24.     
  25.   
  26.   <script src="{{ asset('assets/vendor/vuexy/js/helpers.js') }}" ></script>
  27.   <script src="{{ asset('assets/vendor/vuexy/js/config.js') }}" ></script>
  28.   
  29.   {% block pagestyle %}
  30.   {% endblock %}
  31. </head>
  32.     <body>
  33.         {% block body %}{% endblock %}
  34.         
  35.         {% block javascripts %}
  36.             {{ encore_entry_script_tags('app') }}
  37.             
  38.              <!-- Core JS -->
  39.             <script src="{{ asset('assets/vendor/vuexy/libs/jquery/jquery.js') }}" ></script>
  40.             <script src="{{ asset('assets/vendor/vuexy/libs/popper/popper.js') }}" ></script>
  41.             <script src="{{ asset('assets/vendor/vuexy/js/bootstrap.js') }}" ></script>
  42.             <script src="{{ asset('assets/vendor/vuexy/libs/perfect-scrollbar/perfect-scrollbar.js') }}" ></script>
  43.             <script src="{{ asset('assets/vendor/vuexy/libs/node-waves/node-waves.js') }}" ></script>
  44.             
  45.             <script src="{{ asset('assets/vendor/vuexy/libs/hammer/hammer.js') }}" ></script>
  46.             <script src="{{ asset('assets/vendor/vuexy/libs/typeahead-js/typeahead.js') }}" ></script>
  47.             <!-- Vendors JS -->
  48.             <script src="{{ asset('assets/vendor/vuexy/libs/apex-charts/apexcharts.js') }}" ></script>
  49.             <script src="{{ asset('assets/vendor/vuexy/libs/swiper/swiper.js') }}" ></script>
  50.             <script src="{{ asset('assets/vendor/vuexy/libs/datatables/jquery.dataTables.js') }}" ></script>
  51.             <script src="{{ asset('assets/vendor/vuexy/libs/datatables-bs5/datatables-bootstrap5.js') }}" ></script>
  52.             <script src="{{ asset('assets/vendor/vuexy/libs/datatables-responsive/datatables.responsive.js') }}" ></script>
  53.             <script src="{{ asset('assets/vendor/vuexy/libs/datatables-responsive-bs5/responsive.bootstrap5.js') }}" ></script>
  54.             <script src="{{ asset('assets/vendor/vuexy/libs/datatables-checkboxes-jquery/datatables.checkboxes.js') }}" ></script>
  55.             
  56.             <script src="{{ asset('assets/vendor/vuexy/js/menu.js') }}" ></script>
  57.             <!-- endbuild -->
  58.             <!-- Vendors JS -->
  59.             <!-- Main JS -->
  60.             <script src="{{ asset('assets/vendor/vuexy/js/main.js') }}" ></script>
  61.         {% endblock %}
  62.     </body>
  63. </html>