templates/layouts/custom-styles.html.twig line 1

Open in your IDE?
  1.  <!-- FAVICON -->
  2.     <link rel="shortcut icon" type="image/x-icon" href="{{absolute_url(asset('/cpe/build/images/brand/leadplanet-favicon.png'))}}" />
  3.     <!-- TITLE -->
  4.     <title>Sash – Bootstrap 5 Admin & Dashboard Template</title>
  5.     <!-- BOOTSTRAP CSS -->
  6.     <link id="style" href="{{absolute_url(asset('/cpe/build/plugins/bootstrap/css/bootstrap.min.css'))}}" rel="stylesheet" />
  7.     <!-- STYLE CSS -->
  8.     {{ encore_entry_link_tags('app') }}