<!DOCTYPE html>
<html lang="it">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title> — test core + servizi</title>
    <!--
            PREVIEW DI TEST: carica core.css + servizi.css (NON main.css)
            Verifica che i due bundle siano sufficienti e non producano conflitti.

            Loading order (replica lo scenario D):
              1. custom-properties.css  — token layer
              2. core.css               — base + atoms + molecules + organisms
              3. servizi.css            — 07-widgets + 08-servizi
        -->
    <link rel="stylesheet" href="../../css/font.css">
    <link rel="stylesheet" href="../../css/custom-properties.css">
    <link rel="stylesheet" href="../../css/core.css">
    <link rel="stylesheet" href="../../css/servizi.css">
</head>

<body>

    <script src="../../js/componentsJs.js"></script>
</body>

</html>
<!DOCTYPE html>
<html lang="it">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>{{ _target.title }} — test core + servizi</title>
        <!--
            PREVIEW DI TEST: carica core.css + servizi.css (NON main.css)
            Verifica che i due bundle siano sufficienti e non producano conflitti.

            Loading order (replica lo scenario D):
              1. custom-properties.css  — token layer
              2. core.css               — base + atoms + molecules + organisms
              3. servizi.css            — 07-widgets + 08-servizi
        -->
        <link rel="stylesheet" href="{{ '/css/font.css' | path }}">
        <link rel="stylesheet" href="{{ '/css/custom-properties.css' | path }}">
        <link rel="stylesheet" href="{{ '/css/core.css' | path }}">
        <link rel="stylesheet" href="{{ '/css/servizi.css' | path }}">
    </head>
    <body>
        {{ yield | safe }}
        <script src="{{ '/js/componentsJs.js' | path }}"></script>
    </body>
</html>
/* No context defined. */

No notes defined.