templates/layouts/styles.html.twig line 1

  1.        
  2.        <link rel="icon" href="{{absolute_url(asset('build/images/brand/favicon.ico'))}}">
  3.        <!-- BOOTSTRAP CSS -->
  4.        <link id="style" href="{{absolute_url(asset('build/plugins/bootstrap/css/bootstrap.min.css'))}}" rel="stylesheet" />
  5.        <!-- STYLE CSS -->
  6.        {{ encore_entry_link_tags('app') }}